MNZip (BWT + MTF) File Compressor
Copyright (c) 2007 Michael Niedermayer <michaelni@gmx.at>
http://guru.multimedia.cx/mnzip/


Usage: mnzip [OPTIONS] [INPUT_FILE|-] [OUTPUT_FILE|-]
options:
   c   compress
   d   decompress
   l   slow/low memory mode
   0-9 block size in 2^x megabyte (4mb is default)

examples:
   Compress one file to another file:
       mnzip c input_file output_file
   Compress from stdin to stdout:
       mnzip c
       mnzip c - -
   Decompress from stdin to a file:
       mnzip d - output_file
