*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: cmp | Section: 1 | Source: UNIX v7 | File: cmp.1
CMP(1) General Commands Manual CMP(1) NAME cmp - compare two files SYNOPSIS cmp [ -l ] [ -s ] file1 file2 DESCRIPTION The two files are compared. (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. SEE ALSO diff(1), comm(1) DIAGNOSTICS Exit code 0 is returned for identical files, 1 for different files, and 2 for an inaccessible or missing argument. CMP(1)

Navigation Options