i-bash/tests/dollar-star4.sub

10 lines
79 B
Text
Raw Normal View History

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