zip 命令基本格式为:
zip options archive inpath inpath ...
archive 是 .zip 文件(新的或已经存在的)。
.zip
inpath 是需要打包的目录或文件。
zip -r foo.zip foo bar
zip -d foo.zip foo/hello.txt
unzip -d bar foo.zip