Blog

In order to extract .bz2 compressed files on Linux   

1. If the file is .tar.bz2, then you can use   

[code]tar xjvf file.tar.bz2[/code]
  

2 To extract it all at once. If the file is just .bz2, then use   

[code]bunzip2 file.bz2[/code]