bzip2-desc.xml 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2><title>Short descriptions</title>
  3. <para><command>bunzip2</command> decompresses bzipped files.</para>
  4. <para><command>bzcat</command> decompresses to standard output.</para>
  5. <para><command>bzcmp</command> runs cmp on bzipped files.</para>
  6. <para><command>bzdiff</command> runs diff on bzipped files.</para>
  7. <para><command>bzgrep</command> and friends run grep on bzipped files.</para>
  8. <para><command>bzip2</command> compresses files using the Burrows-Wheeler
  9. block sorting text compression algorithm with Huffman coding. The compression
  10. rate is generally considerably better than that achieved by more conventional
  11. compressors using LZ77/LZ78, like <userinput>gzip</userinput>.</para>
  12. <para><command>bzip2recover</command> tries to recover data from damaged
  13. bzip2 files.</para>
  14. <para><command>bzless</command> runs less on bzipped files.</para>
  15. <para><command>bzmore</command> runs more on bzipped files.</para>
  16. <para><command>libbz2*</command> is the library implementing lossless,
  17. block-sorting data compression, using the Burrows-Wheeler algorithm.</para>
  18. </sect2>