1、批量解压文件,比如批量解压某个目录下所有zip文件:

ls *.zip | xargs -n1 unzip

linux常用命令集锦(动态更新中。。。。。。)

 2、查看某个目录下文件及文件夹大小:

du -sh *

linux常用命令集锦(动态更新中。。。。。。)

 

相关文章: