gzip-desc.xml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <sect2>
  2. <title>Contents</title>
  3. <para>The Gzip package contains the compress, gunzip, gzexe, gzip, uncompress,
  4. zcat, zcmp, zdiff, zforce, zgrep, zmore and znew programs.</para>
  5. </sect2>
  6. <sect2><title>Description</title>
  7. <sect3><title>gunzip</title>
  8. <para>gunzip decompresses files that are compressed with gzip.</para></sect3>
  9. <sect3><title>gzexe</title>
  10. <para>gzexe allows you to compress executables in place and have them
  11. automatically uncompress and execute when they are run (at a penalty in
  12. performance).</para></sect3>
  13. <sect3><title>gzip</title>
  14. <para>gzip reduces the size of the named files using
  15. Lempel-Ziv coding (LZ77).</para></sect3>
  16. <sect3><title>zcat</title>
  17. <para>zcat uncompresses either a list of files on the command line or its
  18. standard input and writes the uncompressed data on
  19. standard output</para></sect3>
  20. <sect3><title>zcmp</title>
  21. <para>zcmp invokes the cmp program on compressed files.</para></sect3>
  22. <sect3><title>zdiff</title>
  23. <para>zdiff invokes the diff program on compressed files.</para></sect3>
  24. <sect3><title>zforce</title>
  25. <para>zforce forces a .gz extension on all gzip files so that gzip will not
  26. compress them twice. This can be useful for files with names truncated
  27. after a file transfer.</para></sect3>
  28. <sect3><title>zgrep</title>
  29. <para>zgrep invokes the grep program on compressed files.</para></sect3>
  30. <sect3><title>zmore</title>
  31. <para>zmore is a filter which allows examination of compressed or plain text
  32. files one screen at a time on a soft-copy terminal (similar to the
  33. more program).</para></sect3>
  34. <sect3><title>znew</title>
  35. <para>znew re-compresses files from .Z (compress) format to
  36. .gz (gzip) format.</para></sect3>
  37. </sect2>