How to break through the restriction that the max. length of a variable name in csh can't exceed to 20 ?
- From: "Simon Yuan" <simon.yuan@xxxxxxx>
- Date: Tue, 28 Nov 2006 15:50:55 +0800
Hi,managers,
In csh(solaris 9),it seems that a variable name length can't exceed to
20,see the testing below:
# setenv abcdefghijklmnopqrstuvw "testing"
# echo $abcdefghijklmnopqrstuvw
Variable name too long
The above variable length is certainly greater than 20,So csh
complaints it's too long,as think,the value "testing" wouldn't be
assigned to this variable,but:
# env|grep abc
abcdefghijklmnopqrstuvw=testing
The result is not same with our thinking,what is your comments on this ?
And is there possible way to expand the variable name length in Csh ?
Thanks so much.
Rgds,
Simon
_______________________________________________
sunmanagers mailing list
sunmanagers@xxxxxxxxxxxxxxx
http://www.sunmanagers.org/mailman/listinfo/sunmanagers
- Prev by Date: Help needed Sun Grid engine (n1ge6u8) installation and configuration
- Next by Date: SC password for V490
- Previous by thread: Help needed Sun Grid engine (n1ge6u8) installation and configuration
- Next by thread: SC password for V490
- Index(es):