       unalias [ -m ] name ...
              The alias definition, if  any,  for  each  name  is
              removed.   With the -m flag the arguments are taken
              as patterns (should be quoted) and all aliases with
              names  matching  the patterns are removed.  unalias
              is equivalent to unhash -a.
