📌  相关文章
📜  linux 压缩除一个以外的所有文件夹 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:45.440000             🧑  作者: Mango

代码示例2
-x "app/bower_components" -x "node_modules"

or

-x app/bower_components/\* -x node_modules/\*

or

-x "*.zip"