Answers for "what is the tar command used for in linux"

2

how to create tar in unix

tar -czvf file.tar.gz directory
Posted by: Guest on July-08-2021
14

how to tar linux

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

Code answers related to "what is the tar command used for in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language