blob: 3107ef14ac8cff61c75e5aa40e9d8a326138e6ee [file] [log] [blame]
Jari Aaltobb706242000-03-17 21:46:59 +00001:
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 ${!@*}