Answers for "how to zip a file to tar"

7

how to zip with tar command

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

how to zip with tar command

tar -czvf archive.tar.gz /usr/local/something
Posted by: Guest on March-11-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language