gunzip / gzip / zcat

gunzip / gzip / zcat#

gzip compression and read-through.

$ gzip file
$ gzip -k file
$ gunzip file.gz
$ zcat file.gz | head