Diff command along with Grep gives “Binary file (standard input) matches”
From man grep: -a, –text Process a binary file as if it were text; this is equivalent to the –binary-files=text option. –binary-files=TYPE If the first few bytes of a file indicate that the file contains binary data, assume that the file is of type TYPE. By default, TYPE is binary, and grep normally outputs either a … Read more