lz4/programs/lz4cat.1

33 lines
717 B
Groff
Raw Normal View History

2014-04-15 14:47:48 +00:00
\"
\" lz4cat.1: This is a manual page for 'lz4cat' program. This file is part of
\" the lz4 <https://code.google.com/p/lz4/> project.
\"
\" No hyphenation
.hy 0
.nr HY 0
2014-06-24 17:59:51 +00:00
.TH lz4cat "1" "2014-06-20" "lz4cat" "User Commands"
2014-04-15 14:47:48 +00:00
.SH NAME
2014-06-24 17:59:51 +00:00
\fBlz4cat\fR - Utility based on LZ4
2014-04-15 14:47:48 +00:00
.SH SYNOPSIS
.TP 5
2014-06-24 17:59:51 +00:00
\fBlz4cat\fR [\fBOPTIONS\fR] [-|INPUT-FILE]
2014-04-15 14:47:48 +00:00
.SH DESCRIPTION
.PP
2014-06-24 17:59:51 +00:00
\fBlz4cat\fR is an utility based on \fBlz4\fR, an extremely fast lossless compression algorithm.
2014-04-15 14:47:48 +00:00
2014-06-24 17:59:51 +00:00
\fBlz4cat\fR decompress input file or stream, redirecting its output to the console.
It is equivalent to \fBlz4 -cd\fR,
2014-04-15 14:47:48 +00:00
2014-06-24 17:59:51 +00:00
Available options are the same as \fBlz4\fR ones (man lz4).
2014-04-15 14:47:48 +00:00
.SH BUGS
Report bugs at:- https://code.google.com/p/lz4/
.SH AUTHOR
2014-06-24 17:59:51 +00:00
Yann Collet