Hacker News new | ask | show | jobs
by inetknght 1595 days ago
My grep is almost always:

    grep -nRI foo ./
Sometimes I add `-i`

Often I will add `-P` and encase the regex with single-quotes of course