|
From: | Reuben Thomas |
Subject: | When a hashed pathname is deleted, search PATH |
Date: | Fri, 14 Mar 2014 16:11:19 +0000 |
Tested in bash 4.3. $ foo ... a command is run $ hash hits command 0 /home/rrt/bin/foo $ rm `which foo` $ which foo /usr/bin/foo $ foo bash: /home/rrt/bin/foo: No such file or directory Why doesn't bash just remove the hashed path and do a normal PATH search? I have to remove it manually. -- http://rrt.sc3d.org
[Prev in Thread] | Current Thread | [Next in Thread] |