bzip2-desc.xml 1.6 KB

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