Linux中的bz2压缩格式的实例详解
一 语法
二 实战
[root@localhost test]# lsabc cdf dirtst[root@localhost test]# bzip2 abc[root@localhost test]# lsabc.bz2 cdf dirtst[root@localhost test]# bzip2 -k cdf[root@localhost test]# lsabc.bz2 cdf cdf.bz2 dirtst[root@localhost test]# bzip2 -d abc.bz2[root@localhost test]# lsabc cdf cdf.bz2 dirtst[root@localhost test]# rm -fr cdf[root@localhost test]# lsabc cdf.bz2 dirtst[root@localhost test]# bunzip2 cdf.bz2[root@localhost test]# lsabc cdf dirtst以上就是Linux中的bz2压缩格式的实例详解,如有疑问请留言或者到本站社区交流讨论,感谢阅读,希望能帮助到大家,谢谢大家对本站的支持!