Answers for "tar.gz vs zip"

25

unzip tar.gz

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

tar.gz files

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

how to unzip tar.gz file

tar -xvf archive.tar.gz
or
tar -xf archive.tar.gz -C /home/linuxize/files
Posted by: Guest on November-24-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language