]> git.ipfire.org Git - thirdparty/bash.git/blame - tests/new-exp3.sub
Bash-4.3 patch 46
[thirdparty/bash.git] / tests / new-exp3.sub
CommitLineData
bb70624e
JA
1:
2# Set up some dummy variables beginning with _Q
3_QUANTITY=
4_QUOTA=
5_QUOTE=
6_QUILL=
7_QUEST=
8_QUART=
9
10recho ${!_Q*}
11
12IFS="-$IFS"
13
14recho ${!_Q*}
15recho "${!_Q*}"
16
17recho ${!_Y*}
18
19recho "${!_Q* }"
20
21IFS=$' \t\n'
22
23set a b c d e f g h i j k l m n o p
24recho ${!1*}
25
26recho ${!@*}