Quantcast
Channel: voidtools forum
Viewing all articles
Browse latest Browse all 492

General • Re: Searching file name start string with wildcards and occurance at least 3 times

$
0
0
You'll need Everything 1.5

Try a simple
dupe:stem
search first, see if that gives you the desired results.

dupe:
stem == filename name part without extension.



Otherwise, to find files with the same 15 characters, search for:

regex:(.{15}) dupe:1


regex:(.{15}) == capture the first 15 characters.
dupe:1 == find duplicates with the first capture.



To show results where there is at least 3 duplicates, search for:

regex:(.{15}) dupe:1 dupe-min:3


dupe-min:

Statistics: Posted by void — Wed Oct 22, 2025 1:14 am



Viewing all articles
Browse latest Browse all 492

Trending Articles