Answers for "unzip tar.bz2"

6

unzip tar.bz2

tar -xf archive.tar.bz2
Posted by: Guest on September-21-2020
16

unzip tar.gz

tar -xvf file.tar.gz
Posted by: Guest on March-25-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language