gzip-desc.xml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <sect2><title>Contents of Gzip-&gzip-contversion;</title>
  2. <sect3><title>Program Files</title>
  3. <para>gunzip (link to gzip), gzexe, gzip,
  4. uncompress (link to gunzip), zcat (link to gzip), zcmp, zdiff, zforce,
  5. zgrep, zmore and znew</para></sect3>
  6. <sect3><title>Description</title>
  7. <sect4><title>gunzip, uncompress</title>
  8. <para>gunzip and uncompress decompress files which are compressed with
  9. gzip.</para></sect4>
  10. <sect4><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></sect4>
  14. <sect4><title>gzip</title>
  15. <para>gzip reduces the size of the named files using
  16. Lempel-Ziv coding (LZ77).</para></sect4>
  17. <sect4><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></sect4>
  21. <sect4><title>zcmp</title>
  22. <para>zcmp invokes the cmp program on compressed files.</para></sect4>
  23. <sect4><title>zdiff</title>
  24. <para>zdiff invokes the diff program on compressed files.</para></sect4>
  25. <sect4><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></sect4>
  29. <sect4><title>zgrep</title>
  30. <para>zgrep invokes the grep program on compressed files.</para></sect4>
  31. <sect4><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></sect4>
  35. <sect4><title>znew</title>
  36. <para>znew re-compresses files from .Z (compress) format to
  37. .gz (gzip) format.</para></sect4>
  38. </sect3>
  39. </sect2>