Answers for "extract 'tar.gz command in linux"

24

how to untar tar.gz

tar xvzf file.tar.gz
Posted by: Guest on August-01-2020
10

unzip a tar.gz file in linux

tar -xvzf community_images.tar.gz
Posted by: Guest on May-20-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language