Subject: Re: where is limfree defined?
To: Bruce Albrecht <bruce@zuhause.mn.org>
From: Don Lewis <gdonl@gv.ssi1.com>
List: current-users
Date: 01/24/1996 14:35:14
On Jan 23, 10:55pm, Bruce Albrecht wrote:
} Subject: where is limfree defined?
}
} So far, I haven't seen anyone suggest the following:
}
} 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 ?
If there are enough .c files in /usr/src/sys, you'll exceed the maximum
argument list size.