From owner-freebsd-current@FreeBSD.ORG Thu Sep 23 13:48:36 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA34216A4CE for ; Thu, 23 Sep 2004 13:48:36 +0000 (GMT) Received: from hourri.hittite.isp.9tel.net (hourri.hittite.isp.9tel.net [62.62.156.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43AE243D1F for ; Thu, 23 Sep 2004 13:48:36 +0000 (GMT) (envelope-from clefevr-current@9online.fr) Received: from pc2k (109-247-118-80.kaptech.net [80.118.247.109]) by hourri.hittite.isp.9tel.net (Postfix) with SMTP id B1CF515759A; Thu, 23 Sep 2004 16:07:20 +0200 (CEST) Message-ID: <000001c4a174$0545df40$7890a8c0@gits.invalid> From: "Cyrille Lefevre" To: "Juha Saarinen" , References: Date: Thu, 23 Sep 2004 15:46:34 +0200 Organization: ACME MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Subject: Re: Could ARG_MAX be increased? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Cyrille Lefevre List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Sep 2004 13:48:37 -0000 "Juha Saarinen" wrote: > Currently, ARG_MAX is set to: > > $ getconf ARG_MAX > 65536 > > in syslimits.h. This is quite low compared to other OS (SunOS has 1MB > IIRC, and OpenBSD 3.5 256K) and causes the "argument list too long" > issues when for instance grep'ing in directories with lots of files. how about grep -r ou find | xargs grep ! Cyrille Lefevre. -- home: mailto:cyrille.lefevre@laposte.net