Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 1996 21:42:22 -0700
From:      Warner Losh <imp@village.org>
To:        Josh MacDonald <jmacd@cs.berkeley.edu>
Cc:        Wolfram Schneider <wosch@cs.tu-berlin.de>, hackers@freebsd.org
Subject:   Re: recursive grep 
Message-ID:  <199601230442.VAA05783@rover.village.org>
In-Reply-To: Your message of Mon, 22 Jan 1996 20:33:40 PST

next in thread | raw e-mail | index | archive | help
: Oh, well anyhow _SC_ARG_MAX is set at 64k which I have found exceedingly
: low.  How do you change this anyways?

hack /usr/src/sys/sys/syslimits.h ; make world :-)

: I've written a rcs front end that execs a ci command with a bunch of 
: filenames buffered.  It has to split this in order to checkin something
: like the emacs source tree, how annoying :)

ls . | xargs ci

should do the trick as well :-)

Warner




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601230442.VAA05783>