Compresses and decompresses files using GNU gzip algorithm
Popular GNU data compression program
gzip
gunzip
zcat
$ gzip myfile.txt
$ gunzip myfile.txt.gz
$ zcat myfile.txt.gz