Next: , Previous: , Up: Utility Procedures  


6.1.7.7 diff Procedure

Compares the two files and returns a 1 if they match, or a 0 if they don’t. If verbose is set, then it’ll print the differences to the screen.

diff{file_1 file_2}

file_1

The first file to compare.

file_2

The second file to compare.