Re: Argument list too long: out of environment space

From: Stuart Inglis (stuart@intelligenesis.net)
Date: Wed Mar 01 2000 - 18:24:36 EST


> You actually show the solution to your problem.
> echo * | wc
> worked, right? So pass your list of files to your apps the same way,

bash-2.03$ echo * | wc
/bin 1 9569 279676
bash-2.03$ /bin/echo *
bash: /bin/echo: Argument list too long

echo is built into bash.

I don't really want to link my application with bash to get around this
problem! :-)

cheers
Stu

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Mar 07 2000 - 21:00:11 EST