Answers for "create tar"

12

how to zip with tar command

tar -czvf name-of-archive.tar.gz /path/to/directory-or-file
Posted by: Guest on March-11-2020
10

how to tar linux

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

archive tar

tar -czvf archive.tar.gz /usr/local/something
Posted by: Guest on June-29-2020
0

create tar

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

how to make a tarball in linux

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

Browse Popular Code Answers by Language