in reply to Re^2: text search in a file
in thread text search in a file

Or if you use the most spiffy zsh you can do this:

grep -li search **/*(.)

Which will recursively search only files. But again that may bump into a number of arguments limitation (in which case you'd use print -N **/*(.) | xargs grep -li search or the like).

--
We're looking for people in ATL