On Sun, 2021-11-07 at 16:37 -0800, Paul Eggert wrote: > https://www.gnu.org/software/grep/manual/html_node/File-and-Directory-Selection.html > > and look for --binary-files. You can use 'grep -a' to pay more > attention > to binary data.
Well I've had seen that, but why is 0x00 different from 0x02? As shown in the example above, even *without* -a or similar, it would detect 0x02. That's what feels a bit strange, IMO. Cheers, Chris.