gunzip 用于原位解压文档。
gunzip File.gz
基本语法
gunzip [OPTION]... [FILE]...
若 FILE 没有或为 -,则操控标准输入。
注意: 长选项强制性参数, 对于短选项也是强制性的。
OPTION 选项
参数 | EN 解释 | 中文翻译 | 备注 |
---|---|---|---|
-c, --stdout | write on standard output, keep original files unchanged | 写入标准输出,原始文件保持不变 | |
-f, --force | force overwrite of output file and compress links | 强制覆写输出文件,并压缩链接 | |
-k, --keep | keep (don't delete) input files | 保留 (不删除) 输入文件 | |
-l, --list | list compressed file contents | 列表压缩文件内容 | |
-n, --no-name | do not save or restore the original name and time stamp | 不保存或还原原始名称 时间戳 | |
-N, --name | save or restore the original name and time stamp | 保存或还原原始名称 时间戳 | |
-q, --quiet | suppress all warnings | 抑制所有警告 | |
-r, --recursive | operate recursively on directories | 递归操作目录 | |
-S, --suffix=SUF | use suffix SUF on compressed files | 压缩文件使用后缀 SUF | |
-t, --test | test compressed file integrity | 测试压缩文件完整性 | |
-v, --verbose | verbose mode | 详细模式 | |
--help | display this help and exit | 显示帮助信息并退出 | |
--version | display version information and exit | 显示版本信息并退出 |
功能 | 命令 | 文字解释 | 示例 | 示例解释 |
---|---|---|---|---|
解压 | gunzip File.gz | 解压缩 File.gz 文件 | ||
版本 | gunzip --version | 展示版本信息 | ||
帮助 | gunzip --help | 展示帮助信息 |
版权声明: 本文为独家原创稿件,版权归 乐数软件 ,未经许可不得转载。