RE: Help needed

2015-09-11 Thread Carlos Lopes
: bug-findutils@gnu.org Subject: Re: Help needed On Tue, Sep 8, 2015 at 12:18 PM, Carlos Lopes wrote: > Hi, > > > > I'm trying to use findutils to find files based on their name, but > since there are many patterns to search, I would like to know if it is > possible t

Re: Help needed

2015-09-10 Thread James Youngman
On Tue, Sep 8, 2015 at 12:18 PM, Carlos Lopes wrote: > Hi, > > > > I'm trying to use findutils to find files based on their name, but since > there are many patterns to search, I would like to know if it is possible to > pass a file with the patterns: Roughly how many patterns? 20? 100_000_000

Re: Help needed

2015-09-08 Thread Bernhard Voelker
On 09/08/2015 01:18 PM, Carlos Lopes wrote: Hi, I'm trying to use findutils to find files based on their name, but since there are many patterns to search, I would like to know if it is possible to pass a file with the patterns: Ex: This works fine: find w:\ -iname "*33*" (it returns a list o

Help needed

2015-09-08 Thread Carlos Lopes
Hi, I'm trying to use findutils to find files based on their name, but since there are many patterns to search, I would like to know if it is possible to pass a file with the patterns: Ex: This works fine: find w:\ -iname "*33*" (it returns a list of files that have "33" on the name )