Changed sulogin's respawn in inittab to 'once'
[linux_from_scratch.git] / BOOK / appendixa / bzip2-desc.xml
blob333a4f066f207b6ec0ef3964d5b556a0bd766943
1 <sect2><title>Contents of Bzip2</title>
3 <para>Last checked against version &bzip2-contversion;</para>
5 <sect3><title>Program Files</title>
6 <para>bunzip2 (link to bzip2), bzcat (link to bzip2), bzcmp, bzdiff, bzegrep,
7 bzfgrep, bzgrep, bzip2, bzip2recover, bzless and bzmore</para></sect3>
9 <sect3><title>Descriptions</title>
11 <sect4><title>bunzip2</title>
12 <para>bunzip2 decompresses files that are compressed with
13 bzip2.</para></sect4>
15 <sect4><title>bzcat</title>
16 <para>bzcat (or bzip2 -dc) decompresses all specified files to the standard 
17 output.</para></sect4>
19 <sect4><title>bzcmp, bzdiff</title>
20 <para>bzcmp and bzdiff are used to invoke the cmp or the diff program on
21 bzip2 compressed files.</para></sect4>
23 <sect4><title>bzegrep, bzfgrep, bzgrep</title>
24 <para>bzegrep, bzfgrep, and bzgrep invoke either egrep, fgrep, or grep
25 (respectively) on bzip2-compressed files.</para></sect4>
27 <sect4><title>bzip2</title>
28 <para>bzip2 compresses files using the Burrows-Wheeler block sorting text 
29 compression algorithm, and Huffman coding. Compression is generally 
30 considerably  better than that achieved by more conventional LZ77/LZ78-based 
31 compressors, and approaches the performance of the PPM family of statistical 
32 compressors.</para></sect4>
34 <sect4><title>bzip2recover</title>
35 <para>bzip2recover recovers data from damaged bzip2 files.</para></sect4>
37 <sect4><title>bzless</title>
38 <para>bzless is a filter which allows examination of compressed
39 or plain text files one screenful at a time on a soft-copy
40 terminal, like less.</para></sect4>
42 <sect4><title>bzmore</title>
43 <para>bzmore is a filter which allows examination of compressed
44 or plain text files one screenful at a time on a soft-copy
45 terminal, like more.</para></sect4>
47 </sect3>
49 <sect3><title>Library Files</title>
50 <para>libbz2.a, libbz2.so (link to libbz2.so.1.0), libbz2.so.1.0 (link to
51 libbz2.so.1.0.2) and libbz2.so.1.0.2</para>
53 <sect4><title>libbz2</title>
54 <para>libbz2 is the library for implementing lossless, block-sorting data
55 compression using the Burrows-Wheeler algorithm.</para></sect4>
57 </sect3>
59 </sect2>