1 看文件大小:du -sm * | sort -n 2 合并多个文件,可以跨文件夹合并:cat *_.txt >> news.txt 3 给文件改编码:iconv -f GBK -t UTF-8 原文件名 -o 新文件名 4 查找文件内容:grep "thermcontact" */*.in 5 批量解压:ls *.tar.gz | xargs -n1 tar xzvf 6 看硬盘剩余:du -hl 7 看当前文件夹和子文件夹所占硬盘大小:du -lh --max-depth=1 8 统计关键词在文本里面出现的次数::%s/珠岛花园/&/gn