Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 518 Bytes

unzip.md

File metadata and controls

22 lines (15 loc) · 518 Bytes

简介

unzip命令用来解压zip文件。因为七牛支持的是UTF8编码的文件名,Windows自带的zip工具使用的是GBK编码的文件名。为了兼容这两种编码,所以有了unzip命令。

格式

qshell unzip <QiniuZipFilePath> [<UnzipToDir>]

参数

参数名 描述 可选参数
QiniuZipFilePath zip文件路径 N
UnzipToDir 解压到指定目录,默认为命令运行的当前目录 Y

示例

$ qshell unzip hellp.zip /home/Temp