unzip解压所有zip格式

使用unzip解压当前目录下所有的zip格式文件

ls *.zip | xargs -n1 unzip
原文地址:https://www.cnblogs.com/cchilei/p/12837648.html