Subject: Re: where is limfree defined?
To: None <current-users@NetBSD.ORG>
From: Christoph Badura <bad@flatlin.ka.sub.org>
List: current-users
Date: 01/24/1996 20:33:00
Bruce Albrecht writes:
> grep '^limfree' `find /usr/src/sys -name '*.c' -print `
>Is there some reason why this is worse than using a construct like
>find | xargs | grep ?
The maximum size of the argument list is limited. Xargs takes care of
that.
--
Christoph Badura bad@flatlin.ka.sub.org
You don't need to quote my .signature. Everyone has seen it by now.
Besides, it doesn't add anything to the current thread.