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 )