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
If it’s .tar.bz2, then you can use
tar xjvf cornbread.tar.bz2
to extract it all at once. If it’s just .bz2, then use
bunzip2 spankythefish.bz2
Comments are closed.