But, still nautilus kept on searching ... not a single result. Then I offered him my help, by opening command line.

locate errno.h
and instantly, it displayed all the files to the disbelief of my colleague
So do you want to search system files like that instantly? Use locate command
locate <system filename you want to search >
say for e.g I want to find javadoc, index.html path to open javadoc locally, here is how I search
locate index.html | grep java
Invoke updatedb as rootTo keep your locate db always updated which is maintained as an index for that superfast search
sudo updatedb
No comments:
Post a Comment