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