Imported from ../bash-3.0.16.tar.gz.

This commit is contained in:
Jari Aalto
2004-11-09 21:37:25 +00:00
parent b80f6443b6
commit eb87367179
21 changed files with 181 additions and 67 deletions
+1 -1
View File
@@ -322,7 +322,7 @@ echo ${av[@]:3:5} # how about too many elements?
echo positive offset - expect five seven
echo ${av[@]:5:2}
echo negative offset - expect five seven
echo negative offset to unset element - expect seven
echo ${av[@]: -2:2}
echo positive offset 2 - expect seven