source: trunk/essentials/app-shells/bash/tests/new-exp3.sub

Last change on this file was 3228, checked in by bird, 18 years ago

bash 3.1

File size: 271 bytes
Line 
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 ${!@*}
Note: See TracBrowser for help on using the repository browser.