Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Execvp : /bin/csh : Argument List Too Long

by hawtin (Prior)
on Sep 15, 2004 at 13:36 UTC ( [id://391166]=note: print w/replies, xml ) Need Help??


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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://391166]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (4)
As of 2024-04-24 06:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found