CMP(1) — USER COMMANDS
NAME
cmp − compare two files
SYNOPSIS
cmp [ −l ] [ −s ] file1 file2
DESCRIPTION
Cmp compares file1 and file2. If file1 is ‘−’, cmp reads from the standard input. Under default options, cmp makes no comment if the files are the same; if they differ, it announces the byte and line number at which the difference occurred. If one file is an initial subsequence of the other, that fact is noted.
OPTIONS
−l Print the byte number (decimal) and the differing bytes (octal) for each difference.
−s Print nothing for differing files; return codes only.
SEE ALSO
DIAGNOSTICS
Exit code 0 is returned for identical files, 1 for different files, and 2 for an inaccessible or missing argument.
Sun Release 3.2 — Last change: 29 April 1983