Answers for "how to move a tar file"

9

how to untar a tar file

tar -zxvf file_name.tar.gz
Posted by: Guest on January-26-2021
18

how to tar a file

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language