gzip-desc.xml 1.7 KB

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