alias

Creates an alias for a debug command, removes such an alias, or lists all current aliases.

Syntax
alias [<alias> [<command>]]
Parameters

alias

Lists current aliases.

Examples

The following table lists and defines examples of the alias command.

Table 1. alias Command-line debugger commands - Examples
Command Description
alias Lists current aliases.
alias ls dir Issues the dir command when ls is typed.
alias ls Removes the alias ls.