Ubuntu_which_whereis_locate - 8BitsCoding/RobotMentor GitHub Wiki
which
๋ช ๋ น์ด์ ์์น๋ฅผ ์ฐพ์์ฃผ๋ ๋ช ๋ น
$ which find
# /bin/find
whereis
๋ช ๋ น์ด์ ์์น, ์์ค์์น, manํ์ด์ง ํ์ผ ์์น๋ฅผ ์ฐพ์์ค๋ค.
$ whereis find
# find: /bin/find /usr/bin/find /usr/share/man1/find.1.gz
locate
ํจํด์ ํ์ผ์ ์ฐพ์๋ ์ฌ์ฉ๋๋ค.
$ locate *.bak
# or
$ locate -n 10 *.conf
# 10๊ฐ์ *.confํ์ผ์ ์์น๋ฅผ ์ฐพ์๋ฌ๋ผ