http://www.perlmonks.org?node_id=882747


in reply to Perl and or Grep Help!

find directory -type f -print | xargs grep "something" > outfile

Be well,
rir