System Debug Reference Manual (32650-90888)

212 Chapter6
System Debug Command Specifications M-X
MACECHO
matching and regular expressions.
The following wildcards are supported:
@ Matches any character(s).
? Matches any alphabetic character.
# Matches any numeric character.
The following are valid name pattern specifications:
@ Matches everything; all names.
pib@ Matches all names that start with "pib".
log2##4 Matches "log2004", "log2754", and so on.
The following regular expressions are equivalent to the patterns with
wildcards that are listed above:
`.*`
`pib.*`
`log2[0-9][0-9]4`
Examples
%cmdebug > macd test2
Delete the macro named test2.
%cmdebug > macd format@
Delete all macros that match the pattern "format@".
Limitations, Restrictions
none
MACECHO
Controls the "echoing" of each macro command line prior to its execution.
Syntax
MACECHO
pattern
[
level
]
Parameters
pattern
The name(s) of the macro(s) for which echoing is to be enabled/disabled.
This parameter can be specified with wildcards or with a full regular
expression. Refer to appendix A for additional information about pattern
matching and regular expressions.