Answers for "extract tar file to directory"

9

extract tar linux

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

tar to directory

tar -xf file_name.tar -C /target/directory
Posted by: Guest on December-14-2019
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