Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 908ed1c8158f217a19d3d1473a8d333d > files > 28

irssi-0.8.15-19.mga4.x86_64.rpm


ALIAS %|[[-]<alias> [<command>]]

Creates a new alias or shows matching defined aliases. Without parameters shows all defined aliases. Multiple commands can be run if separated with ';' character. Parameters given to alias are in $0..$9 variables, if you don't use them in your alias, all parameters are automatically appended after it.

Examples:

/ALIAS w
   - shows all defined aliases starting with letter w.

/ALIAS send echo Sending file $1 to $0;dcc send $0-
   - creates alias 'send'.

/ALIAS -send
   - removes alias 'send'.

See also: UNALIAS