: 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
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
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
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 )