bzip2-desc.xml 903 B

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