gzip-desc.xml 1.7 KB

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