in reply to Re: Perl and or Grep Help!in thread Perl and or Grep Help!
find /start_dir -name '*.pl' -exec grep -n mail {} /dev/null \; > results.txt
What is the purpose of the /dev/null? I seem to get the exact same results with and without it.