33 lines
726 B
Groff
33 lines
726 B
Groff
\"
|
|
\" zstdcat.1: This is a manual page for 'zstdcat' program. This file is part of
|
|
\" the zstd <https://github.com/Cyan4973/zstd/> project.
|
|
\"
|
|
|
|
\" No hyphenation
|
|
.hy 0
|
|
.nr HY 0
|
|
|
|
.TH zstdcat "1" "2014-06-20" "zstdcat" "User Commands"
|
|
.SH NAME
|
|
\fBzstdcat\fR - Utility based on zstd
|
|
|
|
.SH SYNOPSIS
|
|
.TP 5
|
|
\fBzstdcat\fR [\fBOPTIONS\fR] [-|INPUT-FILE]
|
|
|
|
.SH DESCRIPTION
|
|
.PP
|
|
\fBzstdcat\fR is an utility based on \fBzstd\fR, a fast lossless compression algorithm.
|
|
|
|
\fBzstdcat\fR decompress input file or stream, redirecting its output to the console.
|
|
It is equivalent to \fBzstd -cd\fR,
|
|
|
|
Available options are the same as \fBzstd\fR ones (man zstd).
|
|
|
|
|
|
.SH BUGS
|
|
Report bugs at:- https://github.com/Cyan4973/zstd/
|
|
|
|
.SH AUTHOR
|
|
Yann Collet
|