This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# uncompress
## 说明
**uncompress命令** 用来解压缩由compress命令压缩后产生的“.Z”压缩包
## 选项
```markdown
-f:不提示用户,强制覆盖掉目标文件
-c:将结果送到标准输出,无文件被改变
-r:递归的操作方式
```
## 实例
```bash
uncompress FileName.Z # 解压