Answers for "tar file"

12

tar file

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

archive tar

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

tar file linux

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

.tar

tar -xf /path/to/archive.tar # unzip .tar
Posted by: Guest on December-05-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language