find multiple files in multiple folders using muliple text strings

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
McGoo
Junior Member
Junior Member
Posts: 2
Joined: 2022-02-27, 10:15 UTC

find multiple files in multiple folders using muliple text strings

Post by *McGoo »

I need to search a huge archive of text files, stored in multiple folders each containing hundreds of text files.
I have a list of text strings to search a sub set of the archive folders for and each text string search will return one individual file
I already know ways to restrict the folders to be searched by date and selected folder etc and I also believe I need to check the RegEx(2) box but for the life of me, I just can't remember how to separate each string in the "Find Text" data entry field.

Thanks in advance

Jim
User avatar
nsp
Power Member
Power Member
Posts: 1922
Joined: 2005-12-04, 08:39 UTC
Location: Lyon (FRANCE)
Contact:

Re: find multiple files in multiple folders using muliple text strings

Post by *nsp »

McGoo wrote: 2022-02-27, 10:36 UTC ... I just can't remember how to separate each string in the "Find Text" data entry field.

Thanks in advance

Jim
Hi Jim,
The easiest to search for one string over multiple, is to use Regular Expression (tick option RegEx (2) and enter expression like:

Code: Select all

str1|str2|str3|str4.......|strxxx
)
McGoo
Junior Member
Junior Member
Posts: 2
Joined: 2022-02-27, 10:15 UTC

Re: find multiple files in multiple folders using muliple text strings

Post by *McGoo »

Thanks nsp, that's it
Post Reply