]> git.ipfire.org Git - thirdparty/bash.git/blob - tests/dollar-at3.sub
Bash-5.2-rc4 release
[thirdparty/bash.git] / tests / dollar-at3.sub
1 set -u
2
3 echo ${#@}
4 echo ${@:-bar}
5
6 echo $@
7 echo after 1
8 echo ${@}
9 echo after 2