mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-21 12:57:58 +02:00
11 lines
99 B
Plaintext
11 lines
99 B
Plaintext
set 'a b' 'c d'
|
|
|
|
recho "$@"
|
|
recho $@
|
|
|
|
quoted="$@"
|
|
unquoted=$@
|
|
|
|
recho "$quoted"
|
|
recho "$unquoted"
|