用法 zip [参数] [打包后的文件名] [打包的目录路径] 

## 路径可以是相对路径,也可以是绝对路径

如: unzip file.conf.zip -d /data/bak

file.conf.zip解压到/data/bak 目录下