Multiple files search - Match Case

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
Melcu Suzana
Junior Member
Junior Member
Posts: 6
Joined: 2021-06-02, 10:18 UTC

Multiple files search - Match Case

Post by *Melcu Suzana »

hello. I need to find multiple html links, so multiple. files. In the folder I have such files:

Code: Select all

personal-development.html
personal-development-unu.html
personal-development-two.html
personal-development-three.html
leadership-skills-and-abilities.html
leadership-skills-and-abilities-name.html
leadership-skills-and-abilities-police.html
leadership-skills-and-abilities-something.html
AND I WANT TO FIND ONLY TWO of those links:

Code: Select all

personal-development.html
leadership-skills-and-abilities.html
So I use this search:

Code: Select all

*personal-development*;*leadership-skills-and-abilities*;
But, totalcmd finds all the links, not just those two I want. So, please tell me, what is the exact match case search for this kind of files?
Melcu Suzana
Junior Member
Junior Member
Posts: 6
Joined: 2021-06-02, 10:18 UTC

Re: Multiple files search - Match Case

Post by *Melcu Suzana »

yes, I find the answer. I must make the SEARCH also with the extension .html

So, the correct SEARCH should be:

Code: Select all

*personal-development.html*;*leadership-skills-and-abilities.html*;
User avatar
petermad
Power Member
Power Member
Posts: 14740
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: Multiple files search - Match Case

Post by *petermad »

2Melcu Suzana

Code: Select all

personal-development.* leadership-skills-and-abilities.*
would be enough - less to type
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50b4 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Melcu Suzana
Junior Member
Junior Member
Posts: 6
Joined: 2021-06-02, 10:18 UTC

Re: Multiple files search - Match Case

Post by *Melcu Suzana »

I didn't know that, thanks
Post Reply