In the latest ksh beta, "typeset -p" prints only one element of an
associative array of type variables:
=============================
$ echo ${.sh.version}
Version AIJM 93v- 2014-01-14
$ typeset -T Foo_t=(typeset x)
$ Foo_t -A foo
$ foo[bar]=(x=1)
$ foo[baz]=(x=2)
$ echo ${foo[baz]}
( x=2 )
$ typeset -p foo
Foo_t -A foo=([bar]=(x=1))
=============================
--
Nathan Weeks
IT Specialist
USDA-ARS Corn Insects and Crop Genetics Research Unit
http://weeks.public.iastate.edu/
_______________________________________________
ast-users mailing list
[email protected]
http://lists.research.att.com/mailman/listinfo/ast-users