It seems that Apple doesn't want us to use locate, at it is making it so hard to setup.
If there a way to use finder database from the command line? Maybe I can make an alias.
I would appreciate solutions that would not require system reconfiguration, just because I don't want to repeat the process each time I upgrade the system of switch computers.
sudo /usr/libexec/locate.updatedb– Apr 08 '12 at 21:18alias locate="mdfind"– sorin Apr 08 '12 at 21:20