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


in reply to Perl and or Grep Help!

Delete duped.
find /directory -type f -print | xargs grep "something" > outfile

Be well,
rir