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
/
array3.sub
blob
579b42bdbfce6e808f1f051a9e8cdd36a1006359
1
a=(0 1 2 3 4 5 6 7 8 9)
2
3
echo ${a[@]: -1}
4
5
echo ${a[@]:9}
6
echo ${a[@]:10}
7
echo ${a[@]:11}
8
9
echo ${a[@]:7:3}