|
Lines 3324-3330
Link Here
|
| 3324 |
.B endsw |
3324 |
.B endsw |
| 3325 |
Each case label is successively matched, against the |
3325 |
Each case label is successively matched, against the |
| 3326 |
specified \fIstring\fR which is first command and filename expanded. |
3326 |
specified \fIstring\fR which is first command and filename expanded. |
| 3327 |
The file metacharacters `*', `?' and `[...]' may be used |
3327 |
The file metacharacters `*', `?', `{...}' and `[...]' may be used |
| 3328 |
in the case labels, which are variable expanded. If none |
3328 |
in the case labels, which are variable expanded. If none |
| 3329 |
of the labels match before a `default' label is found, then |
3329 |
of the labels match before a `default' label is found, then |
| 3330 |
the execution begins after the default label. Each case |
3330 |
the execution begins after the default label. Each case |