Answers for "how to tar .tar"

14

how to tar linux

tar -zcvf file.tar.gz /path/to/dir/
Posted by: Guest on March-07-2020
4

how to tar

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