BCM 0.11

BCM is an experimental command-line file compressor

USAGE EXAMPLES
To compress:
    bcm enwik8

To decompress:
    bcm -d enwik8.bcm

For faster compression and decompression, use a smaller block:
    bcm -b4 enwik8

For better text compression, use a bigger block:
    bcm -b100 enwik8

Although, it's not the case for binary files. For better binary
compression, make some experiments with a smaller block:
    bcm -b2 acrord32.exe
    bcm -b3 mso97.dll
    bcm -b14 photoshop.exe
    bcm -b1 mptrack.exe
    etc.

AUTHOR
Ilia Muraviev <ilia_muraviev at yahoo.com>

SPECIAL THANKS
Matt Mahoney, Yuta Mori, Eugene Shelwien, Malcolm Taylor, Sami Runsas
and LovePimple