alias¶
The following operations can be performed on "alias":
alias¶
Create (short) aliases for (long) commands. Aliases are saved across NSCLI sessions. If no argument is specified, the alias command will display existing aliases.
Synopsys¶
alias [<pattern> [(command)]]
Arguments¶
pattern
Alias name. (Can be a regular expression.)
command
Target command
Example¶
alias info "show ns info"