Next: setenv procedure, Previous: runtest_file_p procedure, Up: Utility Procedures [Contents][Index]
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.
verbose
diff file1 file2
file1
First file for the comparison.
file2
Second file for the comparison.