how to find the same size same name same same date files

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
beyondzhu
Posts: 16
Joined: Thu Sep 18, 2014 6:22 am

how to find the same size same name same same date files

Post by beyondzhu »

how to find the same size same name same date files in everything V1.4.0.713b (x86)
therube
Posts: 4605
Joined: Thu Sep 03, 2009 6:48 pm

Re: how to find the same size same name same same date files

Post by therube »

Might get you going:

sizedupe: dupe: dmdupe:

Size, name, data modified.

(You'll need a recent 1.4.1 beta for the last item.)


Do note that that not all matches will meet your criteria.
Such as it will also find same size, same date, but different name (or combinations thereof).

IOW, you'll have to understand just what is being reported back to you.

Also not that "same" does not guarantee byte-for-byte identical of file contents.
(Actually file contents is not even considered.)

> sizedupe: dupe: dmdupe:

Code: Select all

W:\_FAITH\PICS\2009-08-23\Originals\MMC SD\Media01\DCIM\100HP407\IM000547.JPG
In this particular instance, only the (1) file is displayed.
The file happens to be 1598427 bytes, so...

> size:1598427

Code: Select all

W:\_FAITH\PICS\Windows Photo Gallery\Original Images\{61916031-4A9B-44F3-B0D7-30EB16426A4B}-IM000547_025_025.JPG
W:\_FAITH\PICS\2009-08-23\Originals\MMC SD\Media01\DCIM\100HP407\IM000547.JPG
W:\_FAITH\PICS\2009-08-23\DCIM\10006A08\FH000025.jpg
void
Developer
Posts: 15279
Joined: Fri Oct 16, 2009 11:31 pm

Re: how to find the same size same name same same date files

Post by void »

Everything cannot find multiple type duplication (eg same size and same name and same date), it can however find duplication of size, name and date modified, but not all 3 at the same time.

I recommend using only one of the following functions at a time:
dupe:
sizedupe:
dmdupe:

These functions find duplicates in the entire index, not the current results as you might expect.

These dupe functions work best with an extension or file type, for example:

*.mp4 sizedupe:
Post Reply