The gzip Command in Linux
gzip replaces each file you hand it with a smaller .gz version using the DEFLATE algorithm. It is the standard compression tool on Linux and has been for decades, so the commands below work on any distribution without installation. I tested every example here on gzip 1.12. How gzip compression works gzip combines LZ77 and
The gzip Command in Linux Read More »