Finding files containing text
Thursday, 29 July 2010
Last Updated ( Thursday, 29 July 2010 23:09 )
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!
