Selecting items from a display list

To select items from a display list, use the SELECT primary command. The SELECT primary command performs the equivalent processing of the S prefix command against resource names matching the supplied pattern or resource name.

1  Select resource_name_pattern
resource_name_pattern
A resource name or pattern used to match resource names on the list.

Examples

SELECT TDM1
Selects the resource called TDM1.
S *
Selects all resources.
S A*
Selects all resources starting with "A".
S *Z
Selects all resources ending with the letter "Z".

Related topics