version 1.2, 2017/06/18 17:36:06 |
version 1.6, 2023/11/13 21:07:06 |
|
|
STRING(1) General Commands Manual STRING(1) |
STRING(1) General Commands Manual STRING(1) |
|
|
|
|
|
|
NNAAMMEE |
NNAAMMEE |
string - conditional testing whether a string is defined |
string - conditional testing whether a string is defined |
|
|
DDEESSCCRRIIPPTTIIOONN |
DDEESSCCRRIIPPTTIIOONN |
mystr not yet defined |
mystr not yet defined |
now defined |
now defined |
|
|
mymac not yet defined |
mymac not yet defined |
now defined |
now defined |
|
|
myren not yet defined |
myren not yet defined |
now defined |
now defined |
|
|
standard macro is defined |
standard macro is defined |
|
|
|
identifier and tab: mystr is defined |
|
|
|
escape sequence after identifier: -mystr is defined |
|
|
OpenBSD June 14, 2017 STRING(1) |
backslash in name: \ is defined |
|
|
|
dot in name: . is defined \. is defined |
|
|
|
invalid escape in name: G is defined \G is defined |
|
|
|
OpenBSD June 3, 2022 STRING(1) |