Answers for "unpack a tar file in linux"

7

how to untar a tar file

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

linux unpack .tar

- To extract a .tar archive, use the tar -xf command followed by the archive file name.

- To create a new one use tar -czf followed by the archive name 
and the files and directories you want to add to the archive.
Posted by: Guest on May-15-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language