Answers for "untar .tar file"

4

how to untar a tar file

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

untar .tar file

tar -xvf yourfile.tar
Posted by: Guest on June-24-2020
1

how to tell tar where to untar files

tar -zvxf documents.tgz -C path/to/directory/
Posted by: Guest on March-26-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language