2.让进程转入后台:Ctrl + z


72.找出文件名有tab缩进符的文件find . -type f -exec egrep -l $'\t' {} \;

73.用”=”打印出横线:全选复制放进笔记printf '%100s\n' | tr ' ' =

相关文章: