next up previous contents
Next: diff Up: Finding Differences Between Files Previous: Finding Differences Between Files

cmp

  The cmp program is used to do a character by character (or byte by byte) comparison of two files. It is pretty easy to tell if two files are the same size, if they are the same size and the ``compare'' the same, they are the same file. For a text file, this is probably all that using cmp can tell you. With binary files, cmp can report on the differences: where and what.


next up previous contents
Next: diff Up: Finding Differences Between Files Previous: Finding Differences Between Files

Gordon Haverland
Sat Oct 9 13:50:48 MDT 1999