Answers for "unpack tar.gz command line into folder"

23

how to untar tar.gz

tar xvzf file.tar.gz
Posted by: Guest on August-01-2020
8

linux unpack tar.gz file

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language