alias - list or set aliases
alias [name[wordlist]]
alias [-d | -t [-r ] | [-x] [ name[=value] ...]
This command is a built-in command in the C shell and the Korn shell.
Without arguments, alias(1) lists all aliases and their values. When only name is present, alias(1) lists the value of the alias specified by name. When name and wordlist are both present, alias(1) assigns wordlist as the alias of name. The wordlist argument is command and file-name substituted.
The name argument cannot be 'alias' or 'unalias'.
Without arguments, alias(1) lists all aliases and their values. When name only is present, alias(1) lists the value of the alias specified by name. When name and value are both present, alias(1) assigns value as the alias of name (see "Aliases" in ksh(1)).
unalias(1)