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