41 lines
1.3 KiB
Groff
41 lines
1.3 KiB
Groff
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.37.1.
|
|
.TH ZTEST "1" "November 2010" "Ztest (zutils) 0.9-rc1" "User Commands"
|
|
.SH NAME
|
|
Ztest \- verify integrity of compressed files
|
|
.SH SYNOPSIS
|
|
.B ztest
|
|
[\fIoptions\fR] [\fIfiles\fR]
|
|
.SH DESCRIPTION
|
|
Ztest verifies the integrity of the specified compressed files.
|
|
Non\-compressed files are ignored. If no files are specified, the
|
|
integrity of compressed data read from standard input is verified. Data
|
|
read from standard input must be all compressed with the same compressor.
|
|
The supported compressors are bzip2, gzip, lzip and xz.
|
|
.PP
|
|
Exit status is 2 if any compressed file is corrupt, 0 otherwise.
|
|
.SH OPTIONS
|
|
.TP
|
|
\fB\-h\fR, \fB\-\-help\fR
|
|
display this help and exit
|
|
.TP
|
|
\fB\-V\fR, \fB\-\-version\fR
|
|
output version information and exit
|
|
.TP
|
|
\fB\-q\fR, \fB\-\-quiet\fR
|
|
suppress all messages
|
|
.TP
|
|
\fB\-r\fR, \fB\-\-recursive\fR
|
|
operate recursively on directories
|
|
.TP
|
|
\fB\-v\fR, \fB\-\-verbose\fR
|
|
be verbose (a 2nd \fB\-v\fR gives more)
|
|
.SH "REPORTING BUGS"
|
|
Report bugs to zutils\-bug@nongnu.org
|
|
.br
|
|
Zutils home page: http://www.nongnu.org/zutils/zutils.html
|
|
.SH COPYRIGHT
|
|
Copyright \(co 2010 Antonio Diaz Diaz.
|
|
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
|
|
.br
|
|
This is free software: you are free to change and redistribute it.
|
|
There is NO WARRANTY, to the extent permitted by law.
|