INCLAN: alias

From CYANA Wiki
Revision as of 10:14, 31 January 2009 by 84.178.102.182 (talk)
Jump to navigation Jump to search

Synopsis

alias [name statement]

Description

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

Example

Make alias vi "system vi"