Go to the previous, next section.

Alias Builtins

alias
alias [name[=value] ...]

Without arguments, print the list of aliases on the standard output. If arguments are supplied, an alias is defined for each name whose value is given. If no value is given, the name and value of the alias is printed.

unalias
unalias [-a] [name ... ]

Remove each name from the list of aliases. If -a is supplied, all aliases are removed.

Go to the previous, next section.