Utility based on lz4
lz4cat [OPTIONS] [-|INPUT-FILE]
lz4cat is an utility based on lz4, an extremely fast lossless compression algorithm.
lz4cat decompress input file or stream, redirecting its output to the console. It is equivalent to lz4 -cd,
Available options are the same as lz4 ones (man lz4).
Report bugs at:- https://code.google.com/p/lz4/
Yann Collet