From owner-freebsd-hackers Mon Jan 22 20:42:43 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA28598 for hackers-outgoing; Mon, 22 Jan 1996 20:42:43 -0800 (PST) Received: from rover.village.org (rover.village.org [198.137.146.49]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id UAA28593 for ; Mon, 22 Jan 1996 20:42:37 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by rover.village.org (8.6.11/8.6.6) with SMTP id VAA05783; Mon, 22 Jan 1996 21:42:24 -0700 Message-Id: <199601230442.VAA05783@rover.village.org> To: Josh MacDonald Subject: Re: recursive grep Cc: Wolfram Schneider , hackers@freebsd.org In-reply-to: Your message of Mon, 22 Jan 1996 20:33:40 PST Date: Mon, 22 Jan 1996 21:42:22 -0700 From: Warner Losh Sender: owner-hackers@freebsd.org Precedence: bulk : 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