http://qs321.pair.com?node_id=246441


in reply to Find file that contains "....." (command in Unix)

None of the solutions posted so far are exactly what I would do... How about a simple:
grep -lr yourstring /path/to/your/dir

-Blake