Search for multiple values among multiple files

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
valassi
Junior Member
Junior Member
Posts: 2
Joined: 2015-03-06, 01:19 UTC

Search for multiple values among multiple files

Post by *valassi »

Hi,

I'm trying to search for multiple values among hundreds of files and I was wondering if there are wildcards that can go this as it would save me a lot of time and effort at work.
Example:
File name: 2015-03-05-22-74-63-1578-3584-4175-7821-C
I want to search for files that only have "2015-03-05" AND "1578" and "C", is there a way to do this?
I tried using "2015-03-05*, *1578*, *C*" but this didn't limit the search to ONLY those specific values.

Thanks.
User avatar
Dalai
Power Member
Power Member
Posts: 10035
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

Post by *Dalai »

It's easier than you think:

Code: Select all

2015-03-05*1578*C*.*
Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64

Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
valassi
Junior Member
Junior Member
Posts: 2
Joined: 2015-03-06, 01:19 UTC

Post by *valassi »

TYVM!!!! :)
Post Reply