in reply to Re: Finding files recursively
in thread Finding files recursively

If you are on a *nix box with locate, that might be faster.

But only if you search for files that existed the last time updatedb has been run. locate simply queries the database generated by updatedb. Depending on your system, updatedb runs from cron, or it has to be run manually. locate can't find files that did not exist while updatedb has run.

Alexander

--
Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)