Answers for "how to extract only the files inside tar"

0

extract tar

tar -xvf file.tar
Posted by: Guest on December-21-2020
0

tar extract to specific location

tar xvf my.tar.gz -C /home/my/location/
Posted by: Guest on March-14-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language