摘要:
例1: 查找6月份由我转发给别人的JIRA问题assignee changed by 用户名 AND created > "2019/06/01" AND created < "2019/06/30" ORDER BY created DESC 查找我最近半年解决的JIRA问题project = 项 阅读全文
摘要:
查找大文件 find / -size +100M 查找大目录并排序只显示12个结果 du -h --max-depth=1 | sort -n | head -12 阅读全文
摘要:
echo 'HISTTIMEFORMAT="%F %T "' >> /etc/profile source /etc/profile 阅读全文