我需要压缩一个目录,其中不包括一些子目录和文件;我用这个:
zip -r zipfile.zip . -x ".*" -x "app/bower_components" -x "node_modules" -x "*.zip" -x "node_modules"
没有成功 node_modules
是主体中的一个文件夹,而bower_components
在文件夹应用程序内部
您的结果是什么,您的预期结果是什么?
—
DEN,
您要排除所有子目录还是仅排除其中一些?
—
Sergiy Kolodyazhnyy 2015年