TIL: Use find -name *.txt -print0 | xargs -0 grep -c something to search text files but not huge and irrelevant binary files

@williballenthin