Linux基础——bzip压缩工具

来源:互联网 发布:怎么重置电脑网络接口 编辑:程序博客网 时间:2024/05/11 17:30
语法: bzip [-dz] filename
-d 解压缩
-z 压缩。压缩时,-z可加可不加。默认压缩等级9

#cd test
#bzip test.txt
#ls
test.txt.bz2
#bzip -d test.txt.bz2
#bzip test.txt
#ls
test.txt.bz2

不可以压缩目录

bzcat查看压缩文件
#bzcat 1.txt.bz2
0 0
原创粉丝点击