cmp / diff / sdiff

cmp / diff / sdiff#

Compare files.

$ cmp a b
$ diff a b
$ diff -u a b
$ diff -ru dirA dirB
$ sdiff a b