Answers for "tar compress"

12

tar compress

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

how to zip with tar command

tar -czvf archive.tar.gz stuff
Posted by: Guest on March-11-2020
1

tar compress

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