快速业务通道

常用压缩命令

作者 佚名技术 来源 Linux系统 浏览 发布时间 2012-03-31

gzip/zcat

gzip:压缩后缀,gz.

参数: -d 解压缩 -t:检验一个压缩文件的一致性 -# 压缩等级,-1压缩最差,-9最慢,比例最好,默认-6

zcat:不解压查看压缩文件内容

例:

axelia@Aspire:/tmp$ touch text.txt |echo hello >text.txt

axelia@Aspire:/tmp$ cat text.txt

hello

axelia@Aspire:/tmp$ ls -l text.txt

-rw-r--r-- 1 axelia axelia 6 2011-06-18 22:11 text.txt

axelia@Aspire:/tmp$ gzip text.txt

axelia@Aspire:/tmp$ ls -l

-rw-r--r-- 1 axelia axelia 35 2011-06-18 22:11 text.txt.gz

axelia@Aspire:/tmp$ zcat text.txt.gz

hello

bzip2,bzcat bzip2:压缩后缀,bz2 参数:-d 解压缩 -z:压缩 -#和gzip类似,-9最佳,-1最快 axelia@Aspire:/tmp$ touch test | echo hello,test bzip2 > test axelia@Aspire:/tmp$ ls -l test -rw-r--r-- 1 axelia axelia 17 2011-06-18 22:24 test axelia@Aspire:/tmp$ cat test hello,test bzip2 axelia@Aspire:/tmp$ bzip2 -z test axelia@Aspire:/tmp$ ls -l test.bz2 -rw-r--r-- 1 axelia axelia 58 2011-06-18 22:24 test.bz2 axelia@Aspire:/tmp$ bzip2 -d test.bz2 axelia@Aspire:/tmp$ ls -l test -rw-r--r-- 1 axelia axelia 17 2011-06-18 22:24 test axelia@Aspire:/tmp$ bzcat test.bz2 hello,test bzip2

tar 打包,压缩 参数: -c 建立压缩文件 -x 解压缩文件 -t 查看tarfile的文件 -f 使用文件名 -z 使用gzip压缩 -v 压缩过程中显示文件 -P 使用原文件的原来属性 -p 使用绝对路径压缩 例: axelia@Aspire:/tmp$ touch A |echo test tar > A axelia@Aspire:/tmp$ ls -l A -rw-r--r-- 1 axelia axelia 9 2011-06-18 22:31 A axelia@Aspire:/tmp$ tar -cvf A.tar A A axelia@Aspire:/tmp$ ls -l -rw-r--r-- 1 axelia axelia 9 2011-06-18 22:31 A -rw-r--r-- 1 axelia axelia 10240 2011-06-18 22:33 A.tar axelia@Aspire:/tmp$ tar -zcvf A.gz A A axelia@Aspire:/tmp$ ls -l -rw-r--r-- 1 axelia axelia 9 2011-06-18 22:31 A -rw-r--r-- 1 axelia axelia 124 2011-06-18 22:33 A.gz -rw-r--r-- 1 axelia axelia 10240 2011-06-18 22:33 A.tar

本文出自 “云淡风清” 博客,请务必保留此出处http://ubuntusir.blog.51cto.com/884643/591309

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号