Saturday, April 26, 2014

bzip2



bzip2 command examples



To create a *.bz2 compressed file:
 
$ bzip2 test.txt


To uncompress a *.bz2 file:

bzip2 -d test.txt.bz2



0 comments:

Post a Comment