Linux: diff, Compare Files
Compare Binary Files
cmp file1 file2-
If 2 files have same content, there is no output. Else it'll print the first byte count that's different.
Sample output:
file1 file2 differ: byte 174, line 4
Find Difference Between 2 Text Files
diff file1 file2-
show difference between text files.
Most useful options of
diff:-ior--ignore-case-Eor--ignore-tab-expansion-bor--ignore-space-change-wor--ignore-all-space-Bor--ignore-blank-lines--strip-trailing-cr