illumos-port-bash/tests/dollar-at4.sub

11 lines
99 B
Plaintext

set 'a b' 'c d'
recho "$@"
recho $@
quoted="$@"
unquoted=$@
recho "$quoted"
recho "$unquoted"