Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ cmp(1) — Ultrix-11 3.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

comm(1)

diff(1)

cmp(1)

NAME

cmp − compare two files

SYNTAX

cmp [ −l ] [ −s ] file1 file2

DESCRIPTION

The cmp command compares the delta in file1 and file2.  If file1 is “−”, the standard input is used.  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. 

DIAGNOSTICS

Exit code 0 is returned for identical files, 1 for different files, and 2 for an inaccessible or missing argument. 

SEE ALSO

comm(1), diff(1)

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026