PreviousNext

attrlist remove

Removes attributes and their values from an attribute list. The syntax is:

attrlist remove attrlist -member attrlist

Description
The attrlist remove operations returns an attribute list after removing attribute types (and their values) specified as an argument to the required -member option.

This command removes only entire attributes; to remove specific values, use the attrlist modify command.

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

Example

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