CMP(1plan9) | CMP(1plan9) |
cmp - compare two files
cmp [ -lsL ] file1 file2 [ offset1 [ offset2 ] ]
The two files are compared. A diagnostic results if the contents differ, otherwise there is no output.
The options are:
If offsets are given, comparison starts at the designated byte position of the corresponding file. Offsets that begin with 0x are hexadecimal; with 0, octal; with anything else, decimal.
/src/cmd/cmp.c
If a file is inaccessible or missing, the exit status is If the files are the same, the exit status is empty (true). If they are the same except that one is longer than the other, the exit status is Otherwise cmp reports the position of the first disagreeing byte and the exit status is