Finding files containing text
Sunday, 05 February 2012
Last Updated ( Sunday, 05 February 2012 19:50 )
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!
