Downloaded a .bz2 file at my linux box, and looking to extract .bz2 file. In Mac, i just need to double click on .bz2 file and it will extract automatically. With no GUI, i need to look for some command to extract .bz2 file in my Linux box.
To extract .bz2 file in Linux, follow the steps below:-
Advertisements
- Go to terminal and enter command below to extract .bz2 file:-
$ bunzip2 myfile.bz2
- If you have .tar.bz2 file then you can use the command below to extract the file:-
tar xjvf myfile.tar.bz2
Related posts:
How to create bootable Linux USB drive - UNetbootin
How to disable Front Row shortcut key in Mac
How to downgrade to PHP 5.2 using MacPort
How to enable file sharing in Mac OS X?
How to enable Auto Save in Word 2008 for Mac
How to restart dock when dock hang in Mac OS X
How to find your MAC address in Mac and Window
How to empty Trash in Roundcube web mail - CPanel?
Share this with your friends:-