Tagged Questions
-2
votes
1answer
764 views
Bash function to compare two binary files [closed]
I need a function to compare 2 binary files, here the requirements:
2 files, not 3 or 4
files can't be assumed to exist
avoid running checksum (CRC/MD5/SHA/...) until one must
if running multiple ...