dupe: and sizedupe:

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
salazor
Posts: 258
Joined: Tue Jun 17, 2014 10:52 am

dupe: and sizedupe:

Post by salazor »

Is command dupe: and sizedupe: working separately? - I have phrase:

Code: Select all

regex:-\d{4,5} dupe: sizedupe:
and I want to search for files with the same name and size, but the list of results appear on files that do not have a pair.
void
Developer
Posts: 15251
Joined: Fri Oct 16, 2009 11:31 pm

Re: dupe: and sizedupe:

Post by void »

dupe: and sizedupe: used in the same search will find duplicated names in the entire index and files with duplicated sizes in the entire index.

It will not find duplicated sizes in the results from dupe: as you may expect.

To do that, you must first search for:
regex:-\d{4,5} dupe:

Export to an Everything file list, open that file list in Everything, and then search for sizedupe:
Post Reply