Re: Speed up find

2011-08-05 Thread Peng Yu
On Fri, Aug 5, 2011 at 4:46 PM, James Youngman wrote: > On Fri, Aug 5, 2011 at 10:44 PM, Peng Yu wrote: >> Hi, >> >> I'm wondering if there is a way to speed up find by create some kind >> of indexing. When the directory structure is large, find becomes slow. > > That is what locate(1) does.   Bo

Re: Speed up find

2011-08-05 Thread James Youngman
On Fri, Aug 5, 2011 at 10:44 PM, Peng Yu wrote: > Hi, > > I'm wondering if there is a way to speed up find by create some kind > of indexing. When the directory structure is large, find becomes slow. That is what locate(1) does. Both are part of findutils. -- This email is intended solely for

Speed up find

2011-08-05 Thread Peng Yu
Hi, I'm wondering if there is a way to speed up find by create some kind of indexing. When the directory structure is large, find becomes slow. -- Regards, Peng