blob: bfe37263877724acac9763a9fd02000f979582eb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
SM-SCOPE(1) - General Commands Manual
# NAME
**Sm-scope** - scope of the spacing macro
# DESCRIPTION
Using an abbreviated example from the
ksh(1)
manual.
Modifiers can be applied to the
${*name*}
form of parameter substitution:
${*name*:-*word*}
> If
> *name*
> is set and not
> `NULL`,
> it is substituted; otherwise,
> *word*
> is substituted.
In the above modifiers, the
'`:`'
can be omitted, ...
OpenBSD - July 4, 2017
|