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