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
'Linux' 카테고리의 다른 글
Raspberry Pi make 에러 (1) | 2017.12.04 |
---|---|
[Linux] .vimrc on docker win7 (0) | 2017.11.30 |
[git] ubuntu git-lfs install & git clone subdirectory (0) | 2017.11.29 |
[Linux] samba(smbcliemt)로 윈도우즈 공유 폴더 mount하기 (0) | 2017.11.25 |
[docker] vim arrow keys don't working on windows (0) | 2017.11.25 |
WRITTEN BY
- hojongs
블로그 옮겼습니다 https://hojongs.github.io/