Find folders with more than 1 file the same size.

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
Confucius Of Essex
Posts: 9
Joined: Tue Dec 07, 2021 5:01 pm

Find folders with more than 1 file the same size.

Post by Confucius Of Essex »

I would like to list folders (or the files) than contain at least two files that are the same size.
Can this be done? If so, how.
void
Developer
Posts: 19839
Joined: Fri Oct 16, 2009 11:31 pm

Re: Find folders with more than 1 file the same size.

Post by void »

To list the files:

Code: Select all

file: dupe:path;size


To list the parent folders:
Perform the search above.
Select all files.
Copy all filenames (Ctrl + Shift + C)
Change the search to:
childfilelist1:

Right click the childfilelist1: text in the search box and click Edit File List Slot...
Paste your filenames and click OK.
Confucius Of Essex
Posts: 9
Joined: Tue Dec 07, 2021 5:01 pm

Re: Find folders with more than 1 file the same size.

Post by Confucius Of Essex »

Hi David

Thanks very much. Way beyond me that one.
Post Reply