INCLAN: alias: Difference between revisions

From CYANA Wiki
Jump to navigation Jump to search
m (1 revision)
No edit summary
Line 1: Line 1:
== Synopsis ==


Usage: alias [''name'' ''statement'']
alias [''name'' ''statement'']
 
== Description ==


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

Revision as of 10:14, 31 January 2009

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"