Comment on Grep flags – the good stuffComments−inetknght4yMy 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
Comments
My grep is almost always:
Sometimes I add `-i`Often I will add `-P` and encase the regex with single-quotes of course