发新话题
打印

linux消除路径缓存

linux消除路径缓存

$ type svnsync
svnsync is hashed (/usr/local/bin/svnsync)
To clear the entire cache:

$ hash -r
Or just one entry:

$ hash -d svnsync

参考:
https://unix.stackexchange.com/questions/5609/how-do-i-clear-bashs-cache-of-paths-to-executables

TOP

发新话题