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:
Disable iTunes auto start when iPhone, iPad, or iPod is Connected
How to disable spotlight index for specific folder in Mac OS X?
How to switch window within the same program in Mac OS X
How to show line number in vi / vim editor
How to clear print queue in Mac?
How to resize image in Mac OS X
CPAN Error: make test had returned bad status, won't install without force
How to play .mkv file in Mac OS X
Share this with your friends:-