Monday, November 9, 2009

Reload executables found in PATH environment variable directories

To clear the corresponding cache, simply set the PATH variable again.

bash: PATH=$PATH

tcsh: setenv PATH $PATH

1 comments:

Joachim said...

You can also use "hash" to control the cache. "hash -r" removes all entries.