bzip2-desc.xml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2><title>Descriptions</title>
  3. <para>Last checked against version &bzip2-contversion;</para>
  4. <sect3><title>Program file descriptions</title>
  5. <sect4><title>bunzip2</title>
  6. <para>bunzip2 decompresses files that are compressed with
  7. bzip2.</para></sect4>
  8. <sect4><title>bzcat</title>
  9. <para>bzcat (or bzip2 -dc) decompresses all specified files to the standard
  10. output.</para></sect4>
  11. <sect4><title>bzcmp, bzdiff</title>
  12. <para>bzcmp and bzdiff are used to invoke the cmp or the diff program on
  13. bzip2 compressed files.</para></sect4>
  14. <sect4><title>bzegrep, bzfgrep, bzgrep</title>
  15. <para>bzegrep, bzfgrep, and bzgrep invoke either egrep, fgrep, or grep
  16. (respectively) on bzip2-compressed files.</para></sect4>
  17. <sect4><title>bzip2</title>
  18. <para>bzip2 compresses files using the Burrows-Wheeler block sorting text
  19. compression algorithm and Huffman coding. Compression is generally
  20. considerably better than that achieved by more conventional LZ77/LZ78-based
  21. compressors (such as the traditional <userinput>gzip</userinput> utility)
  22. and approaches the performance of the PPM family of statistical
  23. compressors.</para></sect4>
  24. <sect4><title>bzip2recover</title>
  25. <para>bzip2recover recovers data from damaged bzip2 files.</para></sect4>
  26. <sect4><title>bzless</title>
  27. <para>bzless is a filter which allows examination of compressed
  28. or plain text files, one screenful at a time on a soft-copy
  29. terminal, like less.</para></sect4>
  30. <sect4><title>bzmore</title>
  31. <para>bzmore is a filter which allows examination of compressed
  32. or plain text files, one screenful at a time on a soft-copy
  33. terminal, like more.</para></sect4>
  34. </sect3>
  35. <sect3><title>Library file descriptions</title>
  36. <sect4><title>libbz2</title>
  37. <para>libbz2 is the library for implementing lossless, block-sorting data
  38. compression, using the Burrows-Wheeler algorithm.</para></sect4>
  39. </sect3>
  40. </sect2>