11-18-05 10:54 PM
>> I tend to prefer:
>
> Why not:
>
> grep -l -r ABC .
Even with GNU grep available, the "find ... -print0 | xargs -0 ..."
formulation is tremendously useful to know, especially if you interact
with Mac or Windows filesystems.
-- Lars
--
Lars Kellogg-Stedman <8273grkci8q8kgt@jetable.net>
This email address will expire on 2005-11-23.
[ Post a follow-up to this message ]
|