Common options for all change attribute commands

All attribute commands have a common set of options. The following table contains the options and their purpose.

Table 1. Common options for change attribute commands
Option Purpose
-match ieee1244-match-clause Used to select the set of objects for which a command must be executed. For example :
-match 
"and(streq(Drive.\"DriveDisabled\"\"false\")
streq(Drive.\"LibraryName\"\"Library-1"))"
-order ieee1244-order-clause Used to select the order the selected objects are processed. For example :
-order
"strhilo(Drive.\"DriveTimeMountedLast\")"
-number ieee1244-number-clause Used to define which objects in the set of eligible objects should be used for processing. For example:
-number "1..10"