PreviousNext

attrlist add

Appends one attribute list to another.

attrlist add attrlist -member attrlist

Description
The attrlist add operation returns an attribute list with the attributes specified as the value of the required -member option appended.

Privileges Required
No special privileges are needed to use the attrlist add command.

Examples

dcecp> attrlist add {{a b} {c d}} -member {{e f} {g h}}
{a b} {c d} {e f} {g h}
dcecp>