Files
bash/tests/dollar-at3.sub
2011-12-08 20:11:17 -05:00

10 lines
79 B
Plaintext

set -u
echo ${#@}
echo ${@:-bar}
echo $@
echo after 1
echo ${@}
echo after 2