Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 695 Bytes

unzip.md

File metadata and controls

31 lines (24 loc) · 695 Bytes

简介

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

格式

qshell unzip <QiniuZipFilePath> [<UnzipToDir>]

帮助文档

可以在命令行输入如下命令获取帮助文档:

// 简单描述
$ qshell unzip -h 

// 详细文档(此文档)
$ qshell unzip --doc

鉴权

参数

  • QiniuZipFilePath:zip 文件路径。 【必须】

可选

  • --dir:解压到指定目录,默认为命令运行的当前目录。 【可选】

示例

$ qshell unzip hellp.zip /home/Temp