bzip2
bzip2 compresses files using the Burrows-Wheeler block sorting text compression algorithm, and Huffman coding.

bzip -s
-s, –small, Reduce memory usage, for compression, decompression, and testing.
bzip -z
and
bzip -d
bzip2
bunzip2
bunzip2 (or bzip2 -d) decompresses all specified files.
