(where file1 and file2 are binary files) will the compare function check to see if the binary files are actually the same, or will it just compare the characters in the file?
If compare doesn't have the functionality I'm looking for, I have been considering
Any suggestions about a better way are also appreciated. Thank you!