gzip-desc.xml 1.7 KB

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