I use the diff command to compare two text files. They must be literally consistent.
Therefore, I use diff:
diff binary.out binary.expected
(By the way, these files are not binary files, they are a text file, I call them binary, because this is the name of the project)
and received
Binary files binary.out and binary.expected differ
When I use another diff tool, the smartest of all (AKA human), and there is nothing else between the two files.
Does anyone know what is going on here?
Thanks.
source share