[Main page][Overview] Jump to subject: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- TheLand -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
@alias <word> @alias <word> <text> @alias list @unalias <word>
The alias system is used to make shortcuts for commonly used commands. Use the alias command to assign a new alias. "@alias list" will present you all your aliases. "@alias <aliasname>" will show you the definition of just one alias. "@unalias <aliasname>" will delete an alias definition again.
Variables may be used in alias definitions. $* means "all arguments supplied to the alias", $1 means the first argument, $2 the second etc.