Blame man/cmp.1

Packit 33f14e
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.4.
Packit 33f14e
.TH CMP "1" "May 2017" "diffutils 3.6" "User Commands"
Packit 33f14e
.SH NAME
Packit 33f14e
cmp \- compare two files byte by byte
Packit 33f14e
.SH SYNOPSIS
Packit 33f14e
.B cmp
Packit 33f14e
[\fIOPTION\fR]... \fIFILE1 \fR[\fIFILE2 \fR[\fISKIP1 \fR[\fISKIP2\fR]]]
Packit 33f14e
.SH DESCRIPTION
Packit 33f14e
Compare two files byte by byte.
Packit 33f14e
.PP
Packit 33f14e
The optional SKIP1 and SKIP2 specify the number of bytes to skip
Packit 33f14e
at the beginning of each file (zero by default).
Packit 33f14e
.PP
Packit 33f14e
Mandatory arguments to long options are mandatory for short options too.
Packit 33f14e
.TP
Packit 33f14e
\fB\-b\fR, \fB\-\-print\-bytes\fR
Packit 33f14e
print differing bytes
Packit 33f14e
.TP
Packit 33f14e
\fB\-i\fR, \fB\-\-ignore\-initial\fR=\fISKIP\fR
Packit 33f14e
skip first SKIP bytes of both inputs
Packit 33f14e
.TP
Packit 33f14e
\fB\-i\fR, \fB\-\-ignore\-initial\fR=\fISKIP1\fR:SKIP2
Packit 33f14e
skip first SKIP1 bytes of FILE1 and
Packit 33f14e
first SKIP2 bytes of FILE2
Packit 33f14e
.TP
Packit 33f14e
\fB\-l\fR, \fB\-\-verbose\fR
Packit 33f14e
output byte numbers and differing byte values
Packit 33f14e
.TP
Packit 33f14e
\fB\-n\fR, \fB\-\-bytes\fR=\fILIMIT\fR
Packit 33f14e
compare at most LIMIT bytes
Packit 33f14e
.TP
Packit 33f14e
\fB\-s\fR, \fB\-\-quiet\fR, \fB\-\-silent\fR
Packit 33f14e
suppress all normal output
Packit 33f14e
.TP
Packit 33f14e
\fB\-\-help\fR
Packit 33f14e
display this help and exit
Packit 33f14e
.TP
Packit 33f14e
\fB\-v\fR, \fB\-\-version\fR
Packit 33f14e
output version information and exit
Packit 33f14e
.PP
Packit 33f14e
SKIP values may be followed by the following multiplicative suffixes:
Packit 33f14e
kB 1000, K 1024, MB 1,000,000, M 1,048,576,
Packit 33f14e
GB 1,000,000,000, G 1,073,741,824, and so on for T, P, E, Z, Y.
Packit 33f14e
.PP
Packit 33f14e
If a FILE is '\-' or missing, read standard input.
Packit 33f14e
Exit status is 0 if inputs are the same, 1 if different, 2 if trouble.
Packit 33f14e
.SH AUTHOR
Packit 33f14e
Written by Torbjorn Granlund and David MacKenzie.
Packit 33f14e
.SH "REPORTING BUGS"
Packit 33f14e
Report bugs to: bug\-diffutils@gnu.org
Packit 33f14e
.br
Packit 33f14e
GNU diffutils home page: <http://www.gnu.org/software/diffutils/>
Packit 33f14e
.br
Packit 33f14e
General help using GNU software: <http://www.gnu.org/gethelp/>
Packit 33f14e
.SH COPYRIGHT
Packit 33f14e
Copyright \(co 2017 Free Software Foundation, Inc.
Packit 33f14e
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
Packit 33f14e
.br
Packit 33f14e
This is free software: you are free to change and redistribute it.
Packit 33f14e
There is NO WARRANTY, to the extent permitted by law.
Packit 33f14e
.SH "SEE ALSO"
Packit 33f14e
diff(1), diff3(1), sdiff(1)
Packit 33f14e
.PP
Packit 33f14e
The full documentation for
Packit 33f14e
.B cmp
Packit 33f14e
is maintained as a Texinfo manual.  If the
Packit 33f14e
.B info
Packit 33f14e
and
Packit 33f14e
.B cmp
Packit 33f14e
programs are properly installed at your site, the command
Packit 33f14e
.IP
Packit 33f14e
.B info cmp
Packit 33f14e
.PP
Packit 33f14e
should give you access to the complete manual.