17.UNALIAS

Purpose:Removes the definition for each alias name specified.

Status:Implemented

Syntax:

   unalias [word]
   unalias all

Comments:

word is the aliased name of the command.

all option removes all the specified aliases.

Example:

If info is the aliased name of sysinfo then it can be unaliased like

   gnucap>unalias info  Removes the alias for sysinfo
   gnucap>unalias all   Removes all aliases
   are you sure you want to remove all aliases?y/n:y
   all aliases removed.
   gnucap>