With alias, you can define abbreviations for longer command lines. As arguments, give a name and an expansion, that is a command line which the name will stand for. If the expansion contains spaces, enclose it in double quotes. Omit the expansion if you want to delete an existing abbreviation.
If you type in the name of an alias at your command line, its expansion will be executed.
Aliases cannot be nested.