how to open a tar.gz file code example
Example 1: unzip tar.gz
tar -xvf file.tar.gz
Example 2: unzip a tar.gz file in linux
tar -xvzf community_images.tar.gz
Example 3: extract tar.gz linux command line
tar xvzf file.tar.gz
Example 4: tar.gz files
tar -czvf name-of-archive.tar.gz /path/to/directory-or-file
Example 5: open .tar.gz windows
gunzip.exe example.tar.gz
tar.exe xf example.tar