Duplicate folder finder?

What other productivity software are you working with...
Post Reply
highend
Posts: 13381
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Duplicate folder finder?

Post by highend »

I don't have the time to script that atm...

Does anyone know a software that is able to find duplicate folders (by checking if everything underneath them has the same content)?
The name of the folders don't need to match, they are in in different hierarchy levels of the same root folder
I don't want to see any duplicate files, just the folders!

E.g.:

Code: Select all

Folder to scan: D:\Temp

D:\Temp\pictures1\<83 files in here in different subfolders>
D:\Temp\other pictures\new images\<the same 83 files in the same subfolders as in the line above>

Then these two folders would be presented as the result:
D:\Temp\pictures1
D:\Temp\other pictures\new images
One of my scripts helped you out? Please donate via Paypal

Norn
Posts: 428
Joined: 24 Oct 2021 16:10

Re: Duplicate folder finder?

Post by Norn »

Attachments
Find duplicate folder.png
Find duplicate folder.png (69.18 KiB) Viewed 367 times
Win10, Win11 @100% 2560x1440 22H2

highend
Posts: 13381
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Duplicate folder finder?

Post by highend »

Thanks for the suggestion. Not exactly the representation of dupes that I've expected but at least it makes it easier to see when folders are likely the same.

A bit slow when scrolling through the list of duplicates (10.978 files, 5835 duplicates) but I can live with that :)
One of my scripts helped you out? Please donate via Paypal

Post Reply