Answers for "how does tar work"

2

how to tar

tar -czvf name-of-archive.tar.gz /path/to/directory-or-file
Posted by: Guest on January-25-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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language