gzip
分类
描述
压缩或解压文件
语法
gzip [选项] [文件...]
常用选项
使用示例
- gzip file.txt: 压缩文件为file.txt.gz
- gzip -d file.txt.gz: 解压文件
相关命令