tar.gz in linux code example
Example 1: how to zip with tar command
tar -czvf name-of-archive.tar.gz /path/to/directory-or-file
Example 2: how to zip with tar command
tar -czvf archive.tar.gz stuff
Example 3: untar tar.gz
tar -xzf file.tar.gz
Example 4: how to zip with tar command
tar -czvf archive.tar.gz /usr/local/something
Example 5: how to tar
tar -czvf name-of-archive.tar.gz /path/to/directory-or-file