Creating and viewing aliases
Use the following syntax to create a new alias:
alias short-name "expansion"
short-name: This is the text you will enter to invoke the alias.
expansion: This is the text with which the short name will be replaced.
Example:
alias test "port"
This would make the command "test" equivalent to "port"
You can list all currently defined aliases by typing "alias" on a line by
itself.