| Next | Welcome to my ~/bin | 82 | 
 
locate -i somefile is fast (and standard locate won't do it!)
I used to do dumb stuff like
        locate | grep '/core$'
Now I can do locate '/core$'
Building the database is a lot quicker
No extraneous processing
To do: replace egrep with pgrep here?
Or provide a --grep option?
| Next | Menu |  | Copyright © 2005 M. J. Dominus |