Finding files containing text
Thursday, 11 March 2010
Last Updated ( Thursday, 11 March 2010 23:00 )
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!
