System Debug Reference Manual (32650-90888)
Chapter 4 77
System Debug Command Specifications :-Exit
ALIASD[EL]
$nmdat > alias showtime "wl time"
$nmdat > aliasl showtime
alias showtime wl time /* user
$nmdat > showtime
Unknown command. (error #6105)
Command "showtime" was aliased to "wl time".
Note that alias command names are restricted to simple command or macro names. In the
above example, the command wl time was assumed to be the name of a command or
macro. Since no match was found in the command or macro table, an error is generated.
Macros should be used when more complex command lists or commands with parameters
are desired.
Related commands: ALIASINIT, ALIASL, ALIASD.
Limitations, Restrictions
A maximum of 60 alias definitions are currently supported.
The alias command (the replacement name) is limited to command and macro names; no
parameters or complex command lists are allowed. Refer to the showtime example above.
The ALIASD command cannot be aliased.
No testing is performed for invalid characters within the
name
or
command
parameters.
CAUTION
The output format of all System Debug commands is subject to change
without notice. Programs that are developed to postprocess System Debug
output should not depend on the exact format (spacing, alignment, number of
lines, uppercase or lowercase, or spelling) of any System Debug command
output.
ALIASD[EL]
Deletes the specified alias(es).
Syntax
ALIASD[EL]
pattern
[
group
]
Parameters
pattern
The alias name(s) to be deleted.
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.