CMPSection: User Commands (1)Index BSD mandoc NAMEcmp -SYNOPSIScmp [-l | -s ] file1 file2 [skip1 [skip2 ] ]DESCRIPTIONThe cmp utility compares two files of any type and writes the results to the standard output. By default, cmp is silent if the files are the same; if they differ, the byte and line number at which the first difference occurred is reported.Bytes and lines are numbered beginning with one. The following options are available:
The optional arguments skip1 and skip2 are the byte offsets from the beginning of file1 and file2 respectively, where the comparison will begin. The offset is decimal by default, but may be expressed as an hexadecimal or octal value by preceding it with a leading ``0x'' or ``0''. The cmp utility exits with one of the following values:
SEE ALSOdiff(1), diff3(1)STANDARDSThe cmp utility is expected to be St -p1003.2 compatible.Index
Created from the Linux Online Manual Pages |