Try:
grep --text
or
grep -a
for short. This is equivalent to --binary-files=text and it should show the matches in binary files.
Try:
grep --text
or
grep -a
for short. This is equivalent to --binary-files=text and it should show the matches in binary files.