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:
Free Project Management software for Mac OS X - GanttProject
How to restart Finder in Mac OS X?
Mac RDP to Win 8.1 error - Remote Desktop Connection cannot verify the identity of the computer that...
How to empty Trash in Roundcube web mail - CPanel?
How to install LAMP (Apache, PHP and MySQL in Linux) using Yum
How to burn data CD or DVD in Mac OS X
How to setup SSH without password
How to mount samba in Mac OS X / Linux?
Share this with your friends:-