alias [name[=value] ... ]
Without the arguments, prints the list of aliases in the form alias name=value
on standard output. Otherwise, an alias
is defined for each name
whose value
is given. A trailing space in value
causes the next word to be checked for alias
substitution when the alias
is expanded. The alias
returns true unless a name
is given for which no alias has been defined.