mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 13:37:39 +00:00
04a335156f
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2930 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
32 lines
1.1 KiB
XML
32 lines
1.1 KiB
XML
<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>
|
|
|