I\'m grepping through a large pile of code managed by git, and whenever I do a grep, I see piles and piles of messages of the form:
> grep pattern * -R -
Use -I in grep.
-I
Example: grep SEARCH_ME -Irs ~/logs.
grep SEARCH_ME -Irs ~/logs