Help for this page

Select Code to Download


  1. or download this
    $ find /start_dir -name "*.pl" -exec grep -i -H -n 'email' {} \; > res
    +/results.txt
    
  2. or download this
    $ find /start_dir -name "*.pl" -print0 | xargs -0 grep -i -H -n 'email
    +' > res/results.txt