July 1995
Beginner to intermediate
244 pages
5h 58m
English
Aliases allow short names to be given to commands or command sequences. Invoking the alias name is equivalent to invoking the corresponding commands. To create or display alias definitions, or to remove aliases, use the following commands:
aliasname definitionDefine aliasnamealiasnameDisplay definition for aliasnamealias Display all alias definitions unaliasnameRemove aliasnameunalias * Remove all aliases
If a definition contains special characters, it should be quoted.
When you invoke an alias, any arguments are added to the end of the command to which the alias expands. To place arguments at a specific location within the command, use one of the following sequences in the alias definition.
Sequence | Description |
|---|---|
| All arguments |
| First argument |
| Last argument |
| Argument |
Read now
Unlock full access