alias [ -p ] [ name [ =value ] ... ]
Description
The alias utility defines an alias name that has the specified value. If only name is specified, qsh displays the name and value of the alias.
When no arguments are specified, qsh displays a list of all the aliases and their values.
qsh defines these default aliases:
Options
Operands
Each name specifies an alias in the current environment. If a value is also specified, then the value of the alias is updated.
Exit Status
Related information
Examplesalias ll='ls -l'
alias ll
alias