bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: /bin/cat: Argument list too long


From: Paul Jarc
Subject: Re: /bin/cat: Argument list too long
Date: Fri, 22 Oct 2004 00:27:28 -0400
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux)

Jeff Chua <jeff93@silk.corp.fedex.com> wrote:
>       /bin/cat: Argument list too long

http://www.gnu.org/software/coreutils/faq/#Argument%20list%20too%20long

> The "cat" command is simply ...
>
>       cat <<EOF
>       some text less than 2kBytes

The size of the input doesn't matter, only the size of the command
line and environment.  It's odd that the script can start, but cat
can't.  The shell may be automatically setting some environment
variables, which would explain it.


paul




reply via email to

[Prev in Thread] Current Thread [Next in Thread]