Previous Topic

Next Topic

Wildcards in Directory names

Wildcards can be used in directory names. The syntax can display the jobs in the top level, second level or both levels of directories.

1. Full Database Wildcard (Top and second level)

Windows Format:

Schedule> directory/job \*\*\*,\*\*

UNIX/Linux Format:

Schedule> lsjob /*/*/*,/*/*

OpenVMS Format:

Schedule> directory/job [*.*]*,[*]*

will display all jobs in all directories

2. Top Level Wildcard

Windows Format:

Schedule> directory/job \*\*

UNIX/Linux Format:

Schedule> lsjob /*/*

OpenVMS Format:

Schedule> directory/job [*]*

will display all jobs in the top level directory

3. Second Level Wildcard

Windows Format:

Schedule> directory/job \*\*\*

UNIX/Linux Format:

Schedule> lsjob /*/*/*

OpenVMS Format:

Schedule> directory/job [*.*]*

will display all jobs in the second level directories.

See Also

Using Wildcards

Wildcards in Object names