几种Linux常用的搜索指令,这是摘要,具体的请参照高手资料或者man find
find DIR -name NAME
find -name hello.c
find /home/someone -name hello.c //具体寻找到不返回目录
locate NAME
locate Hello.c
whichis NAME 常常用搜索可执行文件
如:whichis grep
原文:http://googol.blog.51cto.com/11485440/1766031