Answers for "how to tar"

10

how to tar linux

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

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