Finding files containing text
Saturday, 19 May 2012
Last Updated ( Saturday, 19 May 2012 12:44 )
A thing that always bothers me, is finding a text string in a bunch of files. I have tried more than ten different ways of doing just that, but I never remember how...
grep -lir "some text" *
Thanks Carlo!
