I've bunch of php files in many directories and I need to file a text string in them 
"Check/Money Order"

I've tried:
find -type f -print0 | xargs -r0 grep -F 'Check/Money Order'
it doesn't work.

What is a better method of searching files?
--
Joseph

Reply via email to