|
|
|
|
||||||
| comp.unix.shell Using and programming the Unix shell. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Hello!
In ksh script (SUN OS), I need to get the value of variable value. For example: aa=bb and bb=hello I have only the 'aa' variable, so how can I get the 'hello' strings (the value of bb) ? thanks in advance! |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
shulamitm wrote:
> Hello! > > In ksh script (SUN OS), I need to get the value of variable value. > For example: > > aa=bb > and bb=hello > > I have only the 'aa' variable, so how can I get the 'hello' strings > (the value of bb) ? eval echo \$$aa Janis > > > thanks in advance! > > > > |
|
![]() |
| Outils de la discussion | |
|
|