|
compound variable in korn shell
in a text " Korn Shell Unix programming Manual 3° Edition"
i have found this sintax to declare a compoud variable:
variable=(
[datetype] fild1 [=value]
[datetype] fild1 [=value]
)
but this sintax in ksh and sh (HP-UNIX) not work...
why?? exist another solution for this type of variable ???
|