


TinTin #unalias command
This command will remove an alias definition. The single parameter is the
name of the alias to remove. You may specify a pattern to remove all aliases
matching that pattern.
Example
The following command removes an alias named ‘grin’:
#unalias {grin}
The following command removes all aliases starting with the string ‘yah’:
#unalias {yah*}
Also see
TinTin wildcards
#alias
#killall