name parse
Divides a name into a cellname and a residual name. The syntax is:
name parse name
Description The name parse operation parses a name into a cellname and a residual name. The argument is a single DCE name. Returns a list of two elements: cellname
and residual name. A name not beginning with a / is considered to be a name in the local cell.
Privileges Required No special privileges are needed to use the name parse command.
Examples
dcecp> name parse hosts/goober / .../pokey hosts/goober dcecp>
|