[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Where is GMT=?



Scott K. Ellis <storm@stormcrow.org> wrote:

>> The mist could be penetrated if only grep had a -R (recurse through
>> directories) option ;-)
> 
> find . -type f -print0 |  xargs -0 grep foo

Isn't "grep foo `find . -type f`" more efficient than the above?

peloy.-


Reply to: