gzip-desc.xml 1.1 KB

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