gzip,gunzip – compress or expand files.
Format: gzip [options] filename
gunzip [options] filename
Eg1: gzip backup.tar
Here it compresses the file backup.tar and stored it as backup.tar.gz
Eg2: gunzip backup.tar.gz
Here it expands the file backup.tar.gz back into backup.tar
