Linuxの中のbz 2圧縮フォーマットの実例は詳しく説明します。
Linuxの中のbz 2圧縮フォーマットの実例は詳しく説明します。
一文法
一文法
bzip2
bz2 ,
bzip2 -k
:bzip2
bzip2 -d
,-k
bunzip2
,-k
二実戦
[root@localhost test]# ls
abc cdf dirtst
[root@localhost test]# bzip2 abc
[root@localhost test]# ls
abc.bz2 cdf dirtst
[root@localhost test]# bzip2 -k cdf
[root@localhost test]# ls
abc.bz2 cdf cdf.bz2 dirtst
[root@localhost test]# bzip2 -d abc.bz2
[root@localhost test]# ls
abc cdf cdf.bz2 dirtst
[root@localhost test]# rm -fr cdf
[root@localhost test]# ls
abc cdf.bz2 dirtst
[root@localhost test]# bunzip2 cdf.bz2
[root@localhost test]# ls
abc cdf dirtst
以上はLinuxの中のbz 2圧縮フォーマットの実例です。質問があれば、メッセージを残してください。あるいは当サイトのコミュニティで交流して討論してください。ありがとうございます。読んでください。助けてください。ありがとうございます。