Answers for "how to tar a file"

12

how to tar a file

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

how to tar linux

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

how to make a tarball in linux

tar -cvzf name.tar /path/to/directory
Posted by: Guest on February-06-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language