]> git.ipfire.org Git - thirdparty/bash.git/blob - tests/dollar-at4.sub
Bash-4.3 patch 7
[thirdparty/bash.git] / tests / dollar-at4.sub
1 set 'a b' 'c d'
2
3 recho "$@"
4 recho $@
5
6 quoted="$@"
7 unquoted=$@
8
9 recho "$quoted"
10 recho "$unquoted"