Linux shell uncompress 命令

返回上一级

Linux shell uncompress 命令用来解压缩由 compress 命令压缩后产生的 .Z 压缩包

uncompress 命令语法

uncompress [选项] [参数]

[选项]

-f:不提示用户,强制覆盖掉目标文件

-c:将结果送到标准输出,无文件被改变

-r:递归的操作方式

参数

文件:指定要压缩的 .Z 压缩包

范例: 使用 uncompress 解压 .Z 压缩包

1.将 /etc/man.config 复到 /tmp ,并使用 compress 压缩

[root@localhost ~]# cd /tmp
[root@localhost tmp]# cp /etc/man.config .
[root@localhost tmp]# compress man.config
[root@localhost tmp]# ls -l
-rw-r--r-- 1 root root 2605 Jul 27 11:43 man.config.Z

2.将刚刚的压缩档 man.config.Z 解开

[root@localhost tmp]# compress -d man.config.Z

返回上一级

Linux Shell 命令大全

关于   |   FAQ   |   我们的愿景   |   广告投放   |  博客

  简单教程,简单编程 - IT 入门首选站

Copyright © 2013-2022 简单教程 twle.cn All Rights Reserved.