You are here: PS Series CLI Reference > Global Commands > alias
Performs text substitution.
Format
alias alias_name original_text
Variables
|
alias_name |
Text to use as the alias. |
|
original_text |
Text that alias_name replaces. If the original_text variable contains spaces, surround it with quotation marks. |
Example
The following command establishes ms1 as an alias for the command text member select member1:
> alias ms1 "member select member1"