bzip2-desc.xml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <sect2><title>Contents of Bzip2</title>
  2. <para>Last checked against version &bzip2-contversion;</para>
  3. <sect3><title>Program Files</title>
  4. <para>bunzip2 (link to bzip2), bzcat (link to bzip2), bzcmp, bzdiff, bzegrep,
  5. bzfgrep, bzgrep, bzip2, bzip2recover, bzless and bzmore</para></sect3>
  6. <sect3><title>Descriptions</title>
  7. <sect4><title>bunzip2</title>
  8. <para>bunzip2 decompresses files that are compressed with
  9. bzip2.</para></sect4>
  10. <sect4><title>bzcat</title>
  11. <para>bzcat (or bzip2 -dc) decompresses all specified files to the standard
  12. output.</para></sect4>
  13. <sect4><title>bzcmp, bzdiff</title>
  14. <para>bzcmp and bzdiff are used to invoke the cmp or the diff program on
  15. bzip2 compressed files.</para></sect4>
  16. <sect4><title>bzegrep, bzfgrep, bzgrep</title>
  17. <para>bzegrep, bzfgrep, and bzgrep invoke either egrep, fgrep, or grep
  18. (respectively) on bzip2-compressed files.</para></sect4>
  19. <sect4><title>bzip2</title>
  20. <para>bzip2 compresses files using the Burrows-Wheeler block sorting text
  21. compression algorithm and Huffman coding. Compression is generally
  22. considerably better than that achieved by more conventional LZ77/LZ78-based
  23. compressors and approaches the performance of the PPM family of statistical
  24. compressors.</para></sect4>
  25. <sect4><title>bzip2recover</title>
  26. <para>bzip2recover recovers data from damaged bzip2 files.</para></sect4>
  27. <sect4><title>bzless</title>
  28. <para>bzless is a filter which allows examination of compressed
  29. or plain text files, one screenful at a time on a soft-copy
  30. terminal, like less.</para></sect4>
  31. <sect4><title>bzmore</title>
  32. <para>bzmore is a filter which allows examination of compressed
  33. or plain text files, one screenful at a time on a soft-copy
  34. terminal, like more.</para></sect4>
  35. </sect3>
  36. <sect3><title>Library Files</title>
  37. <para>libbz2.a, libbz2.so (link to libbz2.so.1.0), libbz2.so.1.0 (link to
  38. libbz2.so.1.0.2) and libbz2.so.1.0.2</para>
  39. <sect4><title>libbz2</title>
  40. <para>libbz2 is the library for implementing lossless, block-sorting data
  41. compression, using the Burrows-Wheeler algorithm.</para></sect4>
  42. </sect3>
  43. </sect2>