On 07/06/2015 15:00, Volker Armin Hemmann wrote:
> Am 06.06.2015 um 18:45 schrieb Joseph:
>> 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?
> 
> grep -R 'whateveryourarelookingfor /path/to/directory/tree/
> 
> seriously, why make everything fucking harder with find, when grep alone
> can do it for you?
> 


because the youngsters of today think they know everything and lack the
skills to see they know very little

Actually, it's not surprising because strange as it may seem, the skill
to exercise competence is the same skill that recognises it


-- 
Alan McKinnon
alan.mckin...@gmail.com


Reply via email to