Bash: fix } in ${!xy*} and more Parameter Expansion Operator (# in ${#xy} ; !,*,@,[*],[@] in ${!xy*})
}
${!xy*}
#
${#xy}
!
*
@
[*]
[@]
BUG: 430668