zip tar.gz code example
Example 1: unzip tar.gz
tar -xvf file.tar.gz
Example 2: how to zip with tar command
tar -czvf name-of-archive.tar.gz /path/to/directory-or-file
Example 3: tar.gz terminal
tar -xzvf archive.tar.gz
Example 4: files tar.gz
tar -czvf name-of-archive.tar.gz /path/to/directory-or-file