How do you compare two files? Q: How do you compare two files? A: Generally speaking, when we write a software program to compare files, we compare two files, bit by bit. For example, when we use "diff", a UNIX utility, we compare two text files, and we compare them bit by bit. _________________________________ http://www.softwaretestengineer.com http://www.robdavispe.com