home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Unix / Shells / zsh / Source / help / unhash < prev    next >
Encoding:
Text File  |  1993-10-08  |  580 b   |  13 lines

  1.        hash name path
  2.               Puts name in the command hash table, associating it
  3.               with the pathname path.  Whenever name is used as a
  4.               command argument, the shell will try to execute the
  5.               file given by path.
  6.  
  7.        unhash [ -m ] name ...
  8.               The  entry  in  the command hash table, if any, for
  9.               each name is removed. If the -m flag is  given  the
  10.               arguments  are taken as patterns (should be quoted)
  11.               and all entries for commands  with  matching  names
  12.               will be removed.
  13.