Linux find & 压缩
https://www.runoob.com/linux/linux-comm-xargs.html
find . -name "*.py" | xargs zip -0 -r code.zip
本博文本意在于记录个人的思考与经验,部分博文采用英语写作,可能影响可读性,请见谅
本文来自博客园,作者:ZXYFrank,转载请注明原文链接:https://www.cnblogs.com/zxyfrank/p/14481445.html
https://www.runoob.com/linux/linux-comm-xargs.html
find . -name "*.py" | xargs zip -0 -r code.zip
本文来自博客园,作者:ZXYFrank,转载请注明原文链接:https://www.cnblogs.com/zxyfrank/p/14481445.html