设置压缩的基础路径
bash
cd path/to/parent/dir/ && zip -r complete/path/to/name.zip ./* && cd -
linux - create zip - ignore directory structure - Stack Overflow
更新于 写于
cd path/to/parent/dir/ && zip -r complete/path/to/name.zip ./* && cd -
linux - create zip - ignore directory structure - Stack Overflow