NAME
alias - define or print aliases

SYNOPSIS
alias [NAME[=VALUE]...]

DESCRIPTION
With no arguments supplied, alias prints the list of aliases in the form 'alias name=value' on standard output. When arguments are supplied, an alias is defined for each
NAME whose VALUE is given. For each NAME in the argument list for which no VALUE is supplied, the name and value of the alias is printed.

SEE ALSO
unalias

Please see the Common aliases and Variables page for the list of the default aliases.



  • No labels