On 2/13/06, Matthias Kilian <[EMAIL PROTECTED]> wrote: > On Mon, Feb 13, 2006 at 02:03:27PM -0700, Diana Eichert wrote: > > find /usr/src -name "*.[c|h]" -exec grep 'bpf.h' /dev/null {} \; > ^(a) ^^^^^(b) > > (a) I doubt there are any file names ending in a pipe symbol in /usr/src. man ksh > (b) pipeing to xargs(1) may be faster. why?
Jason