gzip-desc.xml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2><title>Descriptions</title>
  3. <para>(Last checked against version &gzip-contversion;.)</para>
  4. <sect3><title>Program file descriptions</title>
  5. <para><command>gunzip</command> decompresses gzipped files.</para>
  6. <para><command>gzexe</command> is used to create self-uncompressing
  7. executable files.</para>
  8. <para><command>gzip</command> compresses the given files, using
  9. Lempel-Ziv (LZ77) coding.</para>
  10. <para><command>zcat</command> uncompresses the given gzipped files to
  11. standard output.</para>
  12. <para><command>zcmp</command> runs cmp on gzipped files.</para>
  13. <para><command>zdiff</command> runs diff on gzipped files.</para>
  14. <para><command>zforce</command> forces a .gz extension on all given files
  15. that are gzipped files, so that gzip will not compress them again. This can be
  16. useful when file names were truncated during a file transfer.</para>
  17. <para><command>zgrep</command> runs grep on gzipped files.</para>
  18. <para><command>zless</command> runs less on gzipped files.</para>
  19. <para><command>zmore</command> runs more on gzipped files.</para>
  20. <para><command>znew</command> recompresses files from compress format
  21. to gzip format -- .Z to .gz.</para>
  22. </sect3>
  23. </sect2>