Could ARG_MAX be increased?

Cyrille Lefevre root at gits.dyndns.org
Thu Sep 23 06:47:45 PDT 2004


"Juha Saarinen" <juhasaarinen at gmail.com> 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 at laposte.net


More information about the freebsd-current mailing list