Answers for "how to zip tar gz command ubuntu"

7

extract tar.gz ubuntu terminal

tar -xvf yourfile.tar.gz
Posted by: Guest on June-13-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