|
NAMEminigzip —
minimal implementation of the 'gzip' compression tool
SYNOPSIS
DESCRIPTIONTheminigzip utility is a minimal implementation of the
gzip(1)
utility. It supports compression and decompression of individual files, as
well as streaming compression and decompression via standard input and output.
The default operation is compression, decompression can be
selected by supplying the If any file arguments are supplied, the operation is performed on each file separately. Compression replaces the original file with one having a .gz suffix. Decompression will remove a .gz suffix if one is present. If no file arguments are supplied,
If the SEE ALSOgzip(1)AUTHORSTheminigzip utility was written by
Jean-loup Gailly.
Visit the GSP FreeBSD Man Page Interface. |