Answers for "extract tar.gz file to a specific location linux"

10

unzip a tar.gz file in linux

tar -xvzf community_images.tar.gz
Posted by: Guest on May-20-2020
1

extract tar.gz

tar -zxvf {file.tar.gz}
Posted by: Guest on September-29-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language