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.
(b) pipeing to xargs(1) may be faster.

(SCNR)

Ciao,   
        Kili

Reply via email to