1GENERAL: alias - define or list aliases for commands

Usage: alias [<name> <statement>]

The statement "alias" defines a new alias <name>, i.e. an abbreviation,
for the given <statement>. <statement> may contain an asterisk "*" to
indicate where the command line parameters are to be inserted. Without
parameters, "alias" gives a list of all aliases.
