Answers for "tar tar file to gz"

10

linux unzip tar.gz

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

tar.gz files

tar -czvf name-of-archive.tar.gz /path/to/directory-or-file
Posted by: Guest on January-25-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language