Answers for "tar extract in directory"

7

extract tar linux

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

tar extract to path

tar -xf archive.tar -C /target/directory
Posted by: Guest on September-16-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language