NAME
sdtnamestream - stream of namespace entries for sdtname(1)
SYNOPSIS
sdtnamestream v1
records separated by: [separator_string]
[ type:datatype_name ]
[ key:write_key ]
name:name
value
sdtnamestream v1
names of files of type: [datatype_name]
name
sdtnamestream v1
concatenated buffers of type: [datatype_name]
bufferstream
DESCRIPTION
stream ::= header records
header ::= version [separator_spec]
version ::= 'sdtnamestream v1' newline
separator_spec ::= 'separator:' [separator_string] newline
records ::= record [ separator_string records ]
record ::= [type_spec] [key_spec] name_spec value
type_spec ::= 'type:' datatype_name newline
key_spec ::= 'key:' write_key newline
name_spec ::= 'name:' name newline
separator_string, write_key, datatype_name, and name may be
any character sequence, but newline and backslash must be
escaped by backslash. If no separator_string is given, its
value is assumed to be newline. value can be any character
sequence not including separator_string, or escaping
separator_string with a single preceding backslash.
If datatype_name is ommitted, then the type(s) of the files
is determined through the datatyping system.
EXAMPLES
Two entries from a mail alias namespace, one of which is
writable:
sdtnamestream v1
records separated by:
name:President
president@whitehouse.gov
key:My_Manager
name:My_Manager
amy@oversight
A writable entry from a namespace of personal HOST objects:
sdtnamestream v1
records separated by:
key:$HOME/.dt/hosts/Boot Server
type:HOST
name:Solaris Boot Server
@boothost.eng
An entry from a namespace of personal sdtnamecard(4)s:
sdtnamestream v1
names of files of type:ADDRESS_CARD
$HOME/.dt/Addresses/SETI Institute
A stream of sdtnamecard(4)s generated from the passwd(4)
namespace:
sdtnamestream v1
concatenated buffers of type:ADDRESS_CARD
BEGIN:VCARD
FN:Brian Holtz
N:Holtz;Brian;;;
EMAIL;INTERNET:holtz@localhost
EMAIL;X-Sun-Internal:holtz@localhost
X-Sun-User:holtz
X-Sun-UserID:13691
MAILER:dtmail 1.2.0 CDE Version 1.2 SunOS 5.6
END:VCARD
SEE ALSO
sdtname(1), sdtnamer(1)
|
Закладки на сайте Проследить за страницей |
Created 1996-2025 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |