You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
333 B

5 years ago
# uncompress
7 years ago
6 years ago
## 说明
7 years ago
5 years ago
**uncompress命令** 用来解压缩由compress命令压缩后产生的“.Z”压缩包
7 years ago
5 years ago
## 选项
7 years ago
5 years ago
```markdown
5 years ago
-f不提示用户强制覆盖掉目标文件
-c将结果送到标准输出无文件被改变
-r递归的操作方式
7 years ago
```
5 years ago
## 实例
7 years ago
5 years ago
```bash
uncompress FileName.Z # 解压
7 years ago
```