![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| sourcing the .bashrc | Nusy | UNIX for Dummies Questions & Answers | 3 | 05-27-2008 02:23 PM |
| word too long | panchpan | SUN Solaris | 7 | 02-04-2008 01:34 AM |
| script sourcing problem (ksh) | rakeshou | UNIX for Dummies Questions & Answers | 3 | 09-21-2007 06:29 AM |
| Record Length too long -- AWK Problem | venkatajay_18 | Shell Programming and Scripting | 2 | 03-05-2007 01:15 PM |
| arguments in sourcing file | Nathe | UNIX for Dummies Questions & Answers | 4 | 08-23-2004 03:53 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
word too long..problem while sourcing .cshrc
I am setting my PATH & LD_LIBRARY_PATH through .cshrc file while sourcing it on a old shell i am getting the error word too long .and the changes which i anm doing doesn't get updated .
i am in a multi user environment so the only way to do the changes only for my shell is to do it that way. can any one suggest any sollution to this problem thanks in advance |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
The error indicates that the environment variable you are trying to set is too long for this shell. Is there are way for you to switch to another shell - ksh, bash ? In you case probably you have more than 1024 characters in this variable.
|
||||
| Google The UNIX and Linux Forums |