gzip-1.2.4: description + notes
gzip GNU compression utility.
gzip reduces the size of the named files using Lempel-Ziv coding (LZ77). Whenever possible, each file is replaced by one with the extension
.gz
, while keeping the same ownership modes, access and modification times.Compressed files can be restored to their original form using
gzip -d
,gunzip
orzcat
.gunzip can currently decompress files created by
gzip, zip, compress, compress -H
orpack
. The detection of the input format is automatic.This distribution include the additional utilities
gzcat, gzcmp, gzdiff, gzexe, gzforce, gzgrep
which provide the respecive operations on gziped files.See the man page for more details.
To auto-install this package, go back and click on the respective install icon.