Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

whence question



Is this to be expected:


   $ whence -ma grub-r*
   /usr/sbin/grub-reboot
   /usr/bin/grub-render-label

   $ touch grub-r

   $ whence -ma grub-r*

   $ rm grub-r

   $ whence -ma grub-r*
   /usr/sbin/grub-reboot
   /usr/bin/grub-render-label


I'd expect the 'm' and 'a' switches to do their duty even if there is a local file.




Messages sorted by: Reverse Date, Date, Thread, Author