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