in reply to Execvp : /bin/csh : Argument List Too Long

Yes, the standard version of /bin/csh only allows for 256(ish) characters in each line. One option is to use another shell (for example tcsh removes the restriction and, for your purposes is completely compatible)

  • Comment on Re: Execvp : /bin/csh : Argument List Too Long

Replies are listed 'Best First'.
Re^2: Execvp : /bin/csh : Argument List Too Long
by EchoAngel (Pilgrim) on Sep 15, 2004 at 14:09 UTC
    LIMITATIONS Words can be no longer than 1024 characters. The system limits argument lists to 10240 characters. I found this and when I tried this shell, I still get the same error.