HxHippy

gzip

Compress or expand files

Overview

Reduces the size of the named files using Lempel-Ziv coding (LZ77). Replaces the original file with one with a .gz extension.

Syntax

gzip [OPTION]... [FILE]...

Examples

$ gzip filename.txt

Compress filename.txt to filename.txt.gz.

compressziparchivefilegzip