1\" 2\" lz4cat.1: This is a manual page for 'lz4cat' program. This file is part of 3\" the lz4 <https://code.google.com/p/lz4/> project. 4\" 5 6\" No hyphenation 7.hy 0 8.nr HY 0 9 10.TH lz4cat "1" "2014-06-20" "lz4cat" "User Commands" 11.SH NAME 12\fBlz4cat\fR - Utility based on LZ4 13 14.SH SYNOPSIS 15.TP 5 16\fBlz4cat\fR [\fBOPTIONS\fR] [-|INPUT-FILE] 17 18.SH DESCRIPTION 19.PP 20\fBlz4cat\fR is an utility based on \fBlz4\fR, an extremely fast lossless compression algorithm. 21 22\fBlz4cat\fR decompress input file or stream, redirecting its output to the console. 23It is equivalent to \fBlz4 -cd\fR, 24 25Available options are the same as \fBlz4\fR ones (man lz4). 26 27 28.SH BUGS 29Report bugs at:- https://code.google.com/p/lz4/ 30 31.SH AUTHOR 32Yann Collet 33