I'm used to using Spotlight on OSX.
Is there anything equivalent for a generic *nix terminal? I'm aware of GNU Find, but it's slow!
Is there a fast indexed search-in-files program?
|
|
|
Yes, |
|||
|
|
|
It depends on which UNIX flavor you are using (Solaris, *BSD, Linux) and if you have that tool installed. Try |
|||
|
|
|
I believe Spotlight can search for specific words in the content of files, See Using an index to make grep faster? if you need to find files whose contents (not their file-names) contain specific words. |
|||
|
|