Re: Jiffies Wraparound (was Re: interrupt counts)

Michael Shields (shields@crosslink.net)
21 Aug 1996 16:57:50 -0000


In article <Pine.LNX.3.95.960821064111.2765A-100000@imcom.com>,
Rob McKee <Imcom@imcom.com> wrote:
> Ouch..
>
> try instead this..
>
> $EDITOR `grep -l jiffies {*/,*/*/,*/*/*/,*/*/*/*/}{*.[chS],Makefile*}`

You'd be better off with

$EDITOR `find . -name '*.[chS]' -o -name 'Makefile*' | xargs grep -l`

-- 
Shields, CrossLink.