压缩、解压缩工具compress/uncompresscompress压缩完之后会自动给压缩的文件加上.Z的后缀,并且会把源文件删除;也可以源文件保留-d:解压缩,相当于uncompress-c:结果输出至标准输出,不删除原文件-v:显示详情uncompress解压缩[root@centos7data]#ll-hbigfile-rw-r--r--.1rootroot10MOct1317:14big
分类:
其他好文 时间:
2018-11-13 20:37:37
阅读次数:
207
文章介绍了linux下的压缩程式tar、gzip、gunzip、bzip2、bunzip2、compress 、uncompress、 zip、 unzip、rar、unrar等程式,以及如何使用它们对.tar、.gz 、.tar.gz、.tgz、.bz2、.tar.bz2、.Z、. tar.Z、. ...
分类:
系统相关 时间:
2018-11-13 14:30:47
阅读次数:
250
压缩工具 compress/uncompress:对应 .Z 结尾的压缩格式文件 压缩格式:gz、bz2、xz、zip、Z gzip 压缩文件并删除源文件(生成.gz的文件) gunzip?解压缩文件(gzip -d有相同的功能) bzip2 压缩文件(压缩比例比gzip更高后缀为.bz2) bun ...
分类:
系统相关 时间:
2018-10-26 14:31:09
阅读次数:
188
compress/uncompressfile-roller在图形界面上使用-d:解压缩,相当于uncompress-c:结果输出至标准输出,不删除原文件-v:显示详情compress:compress后面跟文件后缀带.Zcompress压缩完文件并且删除文件compress-dm.Z-d解压缩-d=uncompress-c(选项-c结果输出至标准输出,显示到屏幕上但不删除源文件)可以用重定向co
分类:
其他好文 时间:
2018-10-11 22:35:51
阅读次数:
223
Linux 常用的压缩与解压文件类型:.tar,.gz、.tar.gz,.bz2、.tar.bz2,.Z、.tar.Z,.zip,.rar等。 Linux 常用的压缩与解压缩命令有:tar,gzip、gunzip,bzip2、bunzip2,compress 、uncompress, zip、 un... ...
分类:
系统相关 时间:
2018-08-05 00:40:41
阅读次数:
224
1、*.tar 用 tar –xvf 解压2、*.gz 用 gzip -d或者gunzip 解压3、*.tar.gz和*.tgz 用 tar –xzf 解压4、*.bz2 用 bzip2 -d或者用bunzip2 解压5、*.tar.bz2用tar –xjf 解压6、*.Z 用 uncompress ...
分类:
系统相关 时间:
2018-06-28 15:19:48
阅读次数:
165
压缩,解压缩工具 compress/uncompress: .z gzip/gunzip: .gz bzip2/bunzip2: .bz2 xz/unxz: .xz zip/unzip: tar cpio 1,gzip/gunzip/zcat 压缩或解压缩后会删除原文件 gizp [option] ...
分类:
其他好文 时间:
2018-04-15 16:51:31
阅读次数:
167
本文介绍了linux下的压缩程式tar、gzip、gunzip、bzip2、bunzip2、compress 、uncompress、 zip、 unzip、rar、unrar等程式,以及如何使用它们对.tar、.gz 、.tar.gz、.tgz、.bz2、.tar.bz2、.Z、. tar.Z、. ...
分类:
系统相关 时间:
2018-04-14 23:52:21
阅读次数:
259
一:压缩、解压 1、compress/uncompress/zcat -d:解压 -c:输出到终端,不删除原文件 -v:显示详细信息 2、gzip/ungzip/zcat -d:解压 -c:将压缩或解压的结果输出到标准输出 -#:指定压缩比(1-9) 3、bzip2/bunzip2/bzcat -d ...
分类:
系统相关 时间:
2018-04-14 23:50:01
阅读次数:
251
一:压缩、解压 1、compress/uncompress/zcat -d:解压 -c:输出到终端,不删除原文件 -v:显示详细信息 2、gzip/ungzip/zcat -d:解压 -c:将压缩或解压的结果输出到标准输出 -#:指定压缩比(1-9) 3、bzip2/bunzip2/bzcat -d ...
分类:
其他好文 时间:
2018-04-12 15:36:27
阅读次数:
194