Answers for "tar.gz file to unpack"

24

how to untar tar.gz

tar xvzf file.tar.gz
Posted by: Guest on August-01-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