Extracting a .bz2 or .tar.bz2 file in Linux

If it’s .tar.bz2, then you can use

Code:
tar xjvf cornbread.tar.bz2

to extract it all at once. If it’s just .bz2, then use

Code:
bunzip2 spankythefish.bz2
Categories: Linux. Bookmark the permalink. Comments Off on Extracting a .bz2 or .tar.bz2 file in Linux

Comments are closed.