repo.or.cz
/
bush.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
init version.
[bush.git]
/
tests.bak
/
nameref9.sub
blob
e76c21b86b13cf51c63dc33b7b1838aa8c07b6d5
1
arr=( idx1 idx2 )
2
i='arr[1]'
3
echo ${!i}
4
echo ${!i/x/X}
5
6
typeset -n f='arr[1]'
7
echo ${f}
8
echo ${f/x/X}