bzip2-desc.xml 891 B

1234567891011121314151617181920212223242526272829
  1. <sect2>
  2. <title>Contents</title>
  3. <para>The Bzip2 packages contains the bunzip2, bzcat, bzip2 and bzip2recover
  4. programs.</para>
  5. </sect2>
  6. <sect2><title>Description</title>
  7. <sect3><title>bunzip2</title>
  8. <para>Bunzip2 decompresses files that are compressed with bzip2.</para></sect3>
  9. <sect3><title>bzcat</title>
  10. <para>bzcat (or bzip2 -dc) decompresses all specified files to the standard
  11. output.</para></sect3>
  12. <sect3><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></sect3>
  18. <sect3><title>bzip2recover</title>
  19. <para>bzip2recover recovers data from damaged bzip2 files.</para></sect3>
  20. </sect2>