Answers for "how to execute tar.gz"

7

linux unpack tar.gz file

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

how to open tar.gz file in windows 10

tar -xvzf <filename.tar.gz>
Posted by: Guest on February-20-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language