Shell/Bash: unzip tar.bz2 Example
Shell/Bash Example: This is the "unzip tar.bz2" Example. compiled from many sources on the internet by SimpleTutorials.org
unzip tar.bz2
tar -xf archive.tar.bz2
unzip tar.gz
tar -xvf file.tar.gz
* Summary: This "unzip tar.bz2" Shell/Bash Example is compiled from the internet. If you have any questions, please leave a comment. Thank you!