source:
trunk/essentials/app-shells/bash/tests/new-exp3.sub
Last change on this file was 3228, checked in by , 18 years ago | |
---|---|
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 | |
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 ${!@*} |
Note:
See TracBrowser
for help on using the repository browser.