i-bash/tests/dollar-at4.sub
2014-02-26 09:36:43 -05:00

10 lines
99 B
Text

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