Answers for "how to make a tar from 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
1

how to make a tarball in linux

tar -cvzf name.tar /path/to/directory
Posted by: Guest on February-06-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language