source:
vendor/bash/3.1-p17/tests/array3.sub
Last change on this file was 3228, checked in by , 18 years ago | |
---|---|
File size: 108 bytes |
Line | |
---|---|
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} |
Note:
See TracBrowser
for help on using the repository browser.