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 ) But I wanted to use a file instead of "*33*", is it possible? For example, if I have a test.txt file with this data: 33 43435 343434 756565 How could I pass the information so that the program searches all information in the file with just one command? Note: I'm working on a windows7 environment. Thanks in advance Best regards Carlos Lopes