Monday, October 4, 2010

Unzipping file with bz2 extension

If you encounter files that is compressed with bz2 only, use the following commands
$ bunzip2 file.bz2


If however, you encounter files that is compressed with .tar.bz2, use the following commands
$ tar -xvjpf file.bz2

No comments: