Next: , Previous: , Up: Utility Procedures   [Contents][Index]


diff procedure

diff Procedure

Compares two files and returns 1 if they match (no differences) or 0 if not. If verbose is set, then it will print the differences to the console.

diff file1 file2

file1

First file for the comparison.

file2

Second file for the comparison.