Answers for "how to unzip tar.gz file in windows command line"

25

unzip tar.gz

tar -xvf file.tar.gz
Posted by: Guest on March-25-2020
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