Files
bash/tests/dollar-star4.sub
T
2011-12-08 20:06:34 -05:00

8 lines
56 B
Plaintext

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