cmp
Linux · Files · available in the simulator
What it does
Compare two files byte by byte.
Options and parameters
-lOutput byte numbers and differing byte values.
-sSuppress all normal output (exit status only).
-bPrint differing bytes.
Usage examples
cmp f1 f2cmp -l f1 f2cmp -s f1 f2cmp a.bin b.bin