Sortix 1.1dev ports manual
This manual documents Sortix 1.1dev ports. You can instead view this document in the latest official manual.
CMP(1) | User Commands | CMP(1) |
NAME
cmp - compare two files byte by byteSYNOPSIS
cmp [ OPTION]... FILE1 [FILE2 [SKIP1 [SKIP2]]]DESCRIPTION
Compare two files byte by byte. The optional SKIP1 and SKIP2 specify the number of bytes to skip at the beginning of each file (zero by default). Mandatory arguments to long options are mandatory for short options too.- -b, --print-bytes
- print differing bytes
- -i, --ignore-initial=SKIP
- skip first SKIP bytes of both inputs
- -i, --ignore-initial=SKIP1:SKIP2
- skip first SKIP1 bytes of FILE1 and first SKIP2 bytes of FILE2
- -l, --verbose
- output byte numbers and differing byte values
- -n, --bytes=LIMIT
- compare at most LIMIT bytes
- -s, --quiet, --silent
- suppress all normal output
- --help
- display this help and exit
- -v, --version
- output version information and exit
AUTHOR
Written by Torbjorn Granlund and David MacKenzie.REPORTING BUGS
Report bugs to: bug-diffutils@gnu.orgCOPYRIGHT
Copyright © 2011 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.SEE ALSO
diff(1), diff3(1), sdiff(1) The full documentation for cmp is maintained as a Texinfo manual. If the info and cmp programs are properly installed at your site, the command- info cmp
September 2011 | diffutils 3.2 |