gzip

Compresses and decompresses files using GNU gzip algorithm

brewmacoslinux
Try with needOr install directly
Source

About

Popular GNU data compression program

Commands

gzipgunzipzcat

Examples

Compress a file$ gzip myfile.txt
Decompress a gzip file$ gunzip myfile.txt.gz
View contents of gzip file without decompressing$ zcat myfile.txt.gz