INCLAN: alias: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
| Line 1: | Line 1: | ||
== Synopsis ==  | == Synopsis ==  | ||
'''alias   | '''alias''' [''name'' ''statement'']  | ||
== Description ==  | == Description ==  | ||
Revision as of 10:18, 31 January 2009
Synopsis
alias [name statement]
Description
Defines a new alias name, i.e. an abbreviation, for the given statement. The statement must be enclosed in double quotes if it contains blanks. 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.