bzip2-desc.xml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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), bzip2,
  5. 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>bzip2</title>
  14. <para>bzip2 compresses files using the Burrows-Wheeler block sorting text
  15. compression algorithm, and Huffman coding. Compression is generally
  16. considerably better than that achieved by more conventional LZ77/LZ78-based
  17. compressors, and approaches the performance of the PPM family of statistical
  18. compressors.</para></sect4>
  19. <sect4><title>bzip2recover</title>
  20. <para>bzip2recover recovers data from damaged bzip2 files.</para></sect4>
  21. <sect4><title>bzless</title>
  22. <para>bzless is a filter which allows examination of compressed
  23. or plain text files one screenful at a time on a soft-copy
  24. terminal, like less.</para></sect4>
  25. <sect4><title>bzmore</title>
  26. <para>bzmore is a filter which allows examination of compressed
  27. or plain text files one screenful at a time on a soft-copy
  28. terminal, like more.</para></sect4>
  29. </sect3>
  30. <sect3><title>Library Files</title>
  31. <para>libbz2.[a,so]</para>
  32. <sect4><title>libbz2</title>
  33. <para>libbz2 is the library for implementing lossless, block-sorting data
  34. compression using the Burrows-Wheeler algorithm.</para></sect4>
  35. </sect3>
  36. </sect2>