name compare
Compares two names. The syntax is:
name compare name name
Description The name compare command compares two names given as arguments and returns 1 if they both syntactically refer to the same name. Otherwise it
returns 0.
Privileges Required No special privileges are needed to use the name compare command.
Examples
dcecp> name compare /.:/sales/east east Error: Incomplete name dcecp> name compare /.:/sales/east/
/org_cell/sales/east
1 dcecp>
|