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.
Search for multiple values among multiple files
Moderators: Hacker, petermad, Stefan2, white
It's easier than you think:
Regards
Dalai
Code: Select all
2015-03-05*1578*C*.*
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror