attrlist list
Returns a list of attribute type names from an attribute list. The syntax is:
attrlist list attrlist
Description The attrlist list operation returns a list of the attribute type names in the attribute list in the order that they appear in the list.
Privileges Required No special privileges are needed to use the attrlist list command.
Examples
dcecp> attrlist list {{a b} {c d}} a b dcecp>
|