[Linux] hash -r 기능

Linux 2017. 11. 29. 22:27

hash is a built-in command of the bash shell

hash는 bash 쉘의 내장 커맨드이다


Remember or display program locations.

    Determine and remember the full pathname of each command NAME.  If
    no arguments are given, information about remembered commands is displayed.

hash: 캐시처럼 program location을 기억하고, 기억하고 있는 내용을 보여주는 명령어


hash -r : forget all remembered locations

기억하고 있는 모든 내용 삭제


참고: https://askubuntu.com/questions/952137/what-does-hash-r-command-do



WRITTEN BY
hojongs
블로그 옮겼습니다 https://hojongs.github.io/