On Fri, 21 Apr 2000, Stas Bekman wrote:

>   find . -type f -exec grep -l 'eg/' {} \; 

find. -type f|xargs grep -l 'eg/' would be a lot
faster. well at least that's what dean says.

Reply via email to