记录下Linux难记实用的命令

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

 

posted on 2016-08-10 10:14  山高似水深  阅读(475)  评论(0编辑  收藏  举报

购买方式 点击下面图标购买