1 Einstein Drive
Princeton, NJ 08540, USA
The gzip command is used to compress and uncompress files.
The usage for gzip is:
gzip filename which creates the compressed file
filename.gz
gunzip filename.gz creates the uncompressed file
filename
Read the manpage (man gzip) for more
information.