$ grep -lir "some text" *
-l outputs only the file names
-i ignores the case
-r descends into subdirectories
Image may be NSFW.
Clik here to view.
by David Winterbottom (codeinthehole.com)
$ grep -lir "some text" *
-l outputs only the file names
-i ignores the case
-r descends into subdirectories
Image may be NSFW.
Clik here to view.
by David Winterbottom (codeinthehole.com)