Answers for "using tar"

3

how to zip with tar command

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

using tar

//extract
tar -xzvf archive.tar.gz

//compress
tar -czvf name-of-archive.tar.gz /path/to/directory-or-file
Posted by: Guest on July-27-2021

Browse Popular Code Answers by Language