Answers for "re create tar command"

2

how to create tar in unix

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

how to untar a tar file

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language