mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-04 10:50:50 +02:00
commit bash-20041104 snapshot
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
a=(0 1 2 3 4 5 6 7 8 9)
|
||||
|
||||
echo ${a[@]: -1}
|
||||
|
||||
echo ${a[@]:9}
|
||||
echo ${a[@]:10}
|
||||
echo ${a[@]:11}
|
||||
|
||||
echo ${a[@]:7:3}
|
||||
Reference in New Issue
Block a user