| 12345678910111213141516171819202122232425262728293031323334353637383940 | <sect2><title> </title><para> </para></sect2><sect2><title>Descriptions</title><para>(Last checked against version &gzip-contversion;.)</para><sect3><title>Program file descriptions</title><para><command>gunzip</command> decompresses gzipped files.</para><para><command>gzexe</command> is used to create self-uncompressingexecutable files.</para><para><command>gzip</command> compresses the given files, usingLempel-Ziv (LZ77) coding.</para><para><command>zcat</command> uncompresses the given gzipped files tostandard output.</para><para><command>zcmp</command> runs cmp on gzipped files.</para><para><command>zdiff</command> runs diff on gzipped files.</para><para><command>zforce</command> forces a .gz extension on all given filesthat are gzipped files, so that gzip will not compress them again. This can beuseful when file names were truncated during a file transfer.</para><para><command>zgrep</command> runs grep on gzipped files.</para><para><command>zless</command> runs less on gzipped files.</para><para><command>zmore</command> runs more on gzipped files.</para><para><command>znew</command> recompresses files from compress formatto gzip format -- .Z to .gz.</para></sect3></sect2>
 |