open tar gz code example
Example 1: tar.gz files
tar -czvf name-of-archive.tar.gz /path/to/directory-or-file
Example 2: open .tar.gz windows
gunzip.exe example.tar.gz
tar.exe xf example.tar
Example 3: open tar xz
tar -xf archive.tar.xz
tar -czvf name-of-archive.tar.gz /path/to/directory-or-file
gunzip.exe example.tar.gz
tar.exe xf example.tar
tar -xf archive.tar.xz