I need to run the following command with a for loop
cat Locate\\ Message.eml | ./locatePipe.php
I am trying the following however it seems
Use the -exec option
-exec
find -name '*.eml' -exec cat {} + | ./locatePipe.php