Linux gzip: How to work with compressed files
By Alvin Alexander. Last updated: March 18 2018
If you work much with Unix and Linux systems you'll eventually run into the terrific file compression utilities, gzip
and gunzip
. As their names imply, the first command creates compressed files (by gzip'ing them), and the second command unzip's those files.
In this tutorial I take a quick look at the gzip and gunzip file compression utilities, along with their companion tools you may not have known about: zcat
, zgrep
, and zmore
.