gzip-desc.xml 1.7 KB

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