to find a string or word in a bunch of files in a directory

to find a string or word in a bunch of files in a directory
use this command

find . | xargs grep 'string' -sl

No comments: