标签: zip
我正在尝试
zip -r -j /tmp/solution-helper.zip /tmp/solution-helper/*
其中solution-helper.zip包含/ tmp / solution / helper中的所有文件和文件夹,但不维护路径目录。反正有没有使用cd做到这一点? (编写脚本并希望避免使用cd)