Copyright © Philip M. Parker, INSEAD. Terms of Use.

(From Wikipedia, the free Encyclopedia)
bzip2 uses the Burrows-Wheeler transform to convert frequently recurring character sequences into strings of identical letters. In bzip2 the blocks are all the same size in plaintext, which can be selected by a command-line argument, and are marked in compresstext by bit-sequences derived from the decimal representation of pi.
Originally bzip used arithmetic encoding after the blocksort; this was discontinued because of the patent restriction.
In Linux, bzip2 can be used combined or indepently of tar: bzip2 file to compress and bzip2 -d file.bz2 to uncompress.
See also: gzip, TAR.
External links
Source: the above text is adapted by the editor from Wikipedia, the free encyclopedia under a copyleft GNU Free Documentation License (GFDL) from the article "Bzip2."
Copyright © Philip M. Parker, INSEAD. Terms of Use.