find . -name *.zip | xargs -n1 unzip
以上实现加压当前文件夹下找到的所有zip文件到对应的文件
本文标题:find, xargs, 和 unzip
本文链接:https://www.haomeiwen.com/subject/xpfjhctx.html
网友评论