12345678910111213141516171819202122232425262728293031 |
- <sect2><title> </title><para> </para></sect2>
- <sect2><title>Short descriptions</title>
- <para><command>bunzip2</command> decompresses bzipped files.</para>
- <para><command>bzcat</command> decompresses to standard output.</para>
- <para><command>bzcmp</command> runs cmp on bzipped files.</para>
- <para><command>bzdiff</command> runs diff on bzipped files.</para>
- <para><command>bzgrep</command> and friends run grep on bzipped files.</para>
- <para><command>bzip2</command> compresses files using the Burrows-Wheeler
- block sorting text compression algorithm with Huffman coding. The compression
- rate is generally considerably better than that achieved by more conventional
- compressors using LZ77/LZ78, like <userinput>gzip</userinput>.</para>
- <para><command>bzip2recover</command> tries to recover data from damaged
- bzip2 files.</para>
- <para><command>bzless</command> runs less on bzipped files.</para>
- <para><command>bzmore</command> runs more on bzipped files.</para>
- <para><command>libbz2*</command> is the library implementing lossless,
- block-sorting data compression, using the Burrows-Wheeler algorithm.</para>
- </sect2>
|