android_mt6572_jiabo/external/bash/tests/dollar-at4.sub
2025-09-05 16:56:03 +08:00

10 lines
99 B
Text

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