bzip2-desc.sgml 912 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <sect2>
  2. <title>Contents</title>
  3. <para>
  4. The Bzip2 packages contains the bzip2, bunzip2, bzcat and bzip2recover
  5. programs.
  6. </para>
  7. </sect2>
  8. <sect2><title>Description</title>
  9. <sect3><title>Bzip2</title>
  10. <para>
  11. bzip2 compresses files using the Burrows-Wheeler block sorting text
  12. compression algorithm, and Huffman coding. Compression is generally
  13. considerably better than that achieved by more conventional LZ77/LZ78-based
  14. compressors, and approaches the performance of the PPM family of statistical
  15. compressors.
  16. </para>
  17. </sect3>
  18. <sect3><title>Bunzip2</title>
  19. <para>
  20. Bunzip2 decompresses files that are compressed with bzip2.
  21. </para>
  22. </sect3>
  23. <sect3><title>bzcat</title>
  24. <para>
  25. bzcat (or bzip2 -dc) decompresses all specified files to the standard output.
  26. </para>
  27. </sect3>
  28. <sect3><title>bzip2recover</title>
  29. <para>
  30. bzip2recover recovers data from damaged bzip2 files.
  31. </para>
  32. </sect3>
  33. </sect2>