source: vendor/bash/3.1-p17/tests/array3.sub

Last change on this file was 3228, checked in by bird, 18 years ago

bash 3.1

File size: 108 bytes
Line 
1a=(0 1 2 3 4 5 6 7 8 9)
2
3echo ${a[@]: -1}
4
5echo ${a[@]:9}
6echo ${a[@]:10}
7echo ${a[@]:11}
8
9echo ${a[@]:7:3}
Note: See TracBrowser for help on using the repository browser.