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

26

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
0

extract tar gz file windows

tar -xvzf C:\PATH\TO\FILE\FILE-NAME.tar.gz -C C:\PATH\TO\FOLDER\EXTRACTION
Posted by: Guest on April-07-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language