compress file tar code example
Example 1: how to tar a file
tar -czvf name-of-archive.tar.gz /path/to/directory-or-file
Example 2: uncompress tar
tar -xvf filename.tar
Example 3: tar compress
tar -czvf name-of-archive.tar.gz /path/to/directory-or-file