2015-01-23 16:58:16 -08:00
|
|
|
\"
|
|
|
|
\" zstd.1: This is a manual page for 'zstd' program. This file is part of the
|
2015-08-26 03:04:58 -07:00
|
|
|
\" zstd <http://www.zstd.net/> project.
|
|
|
|
\" Author: Yann Collet
|
2015-01-23 16:58:16 -08:00
|
|
|
\"
|
|
|
|
|
|
|
|
\" No hyphenation
|
|
|
|
.hy 0
|
|
|
|
.nr HY 0
|
|
|
|
|
2015-08-26 03:04:58 -07:00
|
|
|
.TH zstd "1" "2015-08-22" "zstd" "User Commands"
|
2015-01-23 16:58:16 -08:00
|
|
|
.SH NAME
|
2015-08-26 03:04:58 -07:00
|
|
|
\fBzstd, unzstd, zstdcat\fR - Compress or decompress .zst files
|
2015-01-23 16:58:16 -08:00
|
|
|
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.TP 5
|
|
|
|
\fBzstd\fR [\fBOPTIONS\fR] [-|INPUT-FILE] <OUTPUT-FILE>
|
2015-08-26 03:04:58 -07:00
|
|
|
.PP
|
|
|
|
.B unzstd
|
|
|
|
is equivalent to
|
|
|
|
.BR "zstd \-d"
|
|
|
|
.br
|
|
|
|
.B zstdcat
|
|
|
|
is equivalent to
|
|
|
|
.BR "zstd \-dc"
|
|
|
|
.br
|
2015-01-23 16:58:16 -08:00
|
|
|
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.PP
|
2015-08-26 03:04:58 -07:00
|
|
|
\fBzstd\fR is a fast lossless compression algorithm.
|
|
|
|
It is based on the \fBLZ77\fR family, with FSE & huff0 entropy stage.
|
|
|
|
zstd offers compression speed > 200 MB/s per core.
|
2015-01-23 16:58:16 -08:00
|
|
|
It also features a fast decoder, with speed > 500 MB/s per core.
|
|
|
|
\fBzstd\fR supports the following options :
|
|
|
|
|
|
|
|
.SH OPTIONS
|
|
|
|
.TP
|
|
|
|
.B \-1
|
|
|
|
fast compression (default)
|
|
|
|
.TP
|
|
|
|
.B \-d
|
|
|
|
decompression
|
|
|
|
.TP
|
|
|
|
.B \-f
|
|
|
|
overwrite output without prompting
|
|
|
|
.TP
|
2015-08-26 03:04:58 -07:00
|
|
|
.BR \-h/\-H ", " --help
|
2015-01-23 16:58:16 -08:00
|
|
|
display help/long help and exit
|
|
|
|
.TP
|
2015-08-26 03:04:58 -07:00
|
|
|
.BR \-V ", " --version
|
2015-01-23 16:58:16 -08:00
|
|
|
display Version number and exit
|
|
|
|
.TP
|
2015-08-26 03:04:58 -07:00
|
|
|
.BR \-v ", " --verbose
|
2015-01-23 16:58:16 -08:00
|
|
|
verbose mode
|
|
|
|
.TP
|
|
|
|
.B \-q
|
|
|
|
suppress warnings; specify twice to suppress errors too
|
|
|
|
.TP
|
|
|
|
.B \-c
|
|
|
|
force write to standard output, even if it is the console
|
|
|
|
.TP
|
|
|
|
.B \-t
|
|
|
|
test compressed file integrity
|
|
|
|
.TP
|
|
|
|
.B \-z
|
|
|
|
force compression
|
|
|
|
.TP
|
|
|
|
.B \-b
|
|
|
|
benchmark file(s)
|
|
|
|
.TP
|
|
|
|
.B \-i#
|
|
|
|
iteration loops [1-9](default : 3), benchmark mode only
|
|
|
|
|
|
|
|
.SH BUGS
|
2015-08-26 03:04:58 -07:00
|
|
|
Report bugs at:- https://github.com/Cyan4973/zstd/issues
|
2015-01-23 16:58:16 -08:00
|
|
|
|
|
|
|
.SH AUTHOR
|
|
|
|
Yann Collet
|