ls |xargs -ti tar -zcvf {}.tar.gz {}

linux下 批量压缩与批量解压

 

 批量解压文件

ls *.tar.gz|xargs -n1 tar -zxvf

linux下 批量压缩与批量解压

 

 

 

 

相关文章: