mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-14 07:30:49 +02:00
commit bash-20111118 snapshot
This commit is contained in:
@@ -27,3 +27,9 @@ array2["foo"]=bbb
|
||||
|
||||
echo ${!array2[@]}
|
||||
echo ${array2[@]}
|
||||
|
||||
declare -A foo
|
||||
foo=( ['ab]']=bar )
|
||||
|
||||
echo ${!foo[@]}
|
||||
echo ${foo[@]}
|
||||
|
||||
Reference in New Issue
Block a user