List Event Definitions and Handlers Using Wildcards - UNIX

Listing Multiple Event Definitions and Event Handlers Using Wildcards for UNIX

In this example, the wildcards supported by uemload are demonstrated.

Wildcards can be used to select event definitions and event handlers whose respective IDs match the specified pattern.

  • Asterisk ( * ) can be used to match 0 or more characters.
  • Question mark ( ? ) can be used to match any single character.

All event definitions whose IDs start with the characters event are returned by the command below. In addition, all event handlers whose IDs begin with handler0 and end with any two characters are selected.


Command Line Options

The command line options used in this example are:

Option

Description

-list

Displays the complete contents of the specified event definition and/or event handler records.

-event_id

Identifier that uniquely identifies an event definition record.

-handler_id

Identifier that uniquely identifies an event handler record.

Components

UEMLoad Utility for UNIX