Answers for "tar file linux"

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
0

how to make a tarball in linux

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

tar file linux

tar -zcvf test.tar.gz /path/to/test/folder
Posted by: Guest on August-16-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language