List All Event Definitions - UNIX
Listing All Event Definitions for UNIX
In this example, the -list option is used to dump all records in the event definition database and display them to stdout.
The asterisk ( * ) must be escaped or enclosed in double quotation marks (that is: \* or "*", respectively).
uemload -list -event_id \*
Note
The default behavior when listing or exporting records, when neither an event ID nor a handler ID is specified, is to return all records. However, in this example above, even though no handler ID was specified, no event handler records are returned.
Conversely, if just a handler ID had been specified, no event definition records would be returned. Supplying an event ID and/or handler ID serves as a filter which causes uemload to return just those records specifically requested.
Command Line Options
The command line options used in this example are:
Option | Description |
---|---|
Displays the complete contents of the specified event definition and/or event handler records. | |
Identifier that uniquely identifies an event definition record. |
Components