how to unzip tar windows code example
Example 1: how to unzip using tar
tar -xf archive.tar.gz
Example 2: open .tar.gz windows
gunzip.exe example.tar.gz
tar.exe xf example.tar
tar -xf archive.tar.gz
gunzip.exe example.tar.gz
tar.exe xf example.tar