Show Duplicate Files

5

4

Possible Duplicate:
Find duplicate files on Mac OS X

Hi all

I am trying to sort out duplicate folders in a folder which again has an awful lot of subfolders on a Mac OS X system. I want to have a list with the absolute paths to the duplicate files. I tried to solve the Problem in the Bash shell but if there is a GUI Application which does this I would prefer it.

elhombre

Posted 2010-02-20T22:36:30.877

Reputation: 323

Question was closed 2010-03-11T05:57:08.257

Duplicate files or duplicate folders? And how do you qualify a "duplicate"? – Ignacio Vazquez-Abrams – 2010-02-20T22:38:12.947

Answers

2

I solved the problem a long time ago but didn't have the time to write down the answer. Here it is:

Mac OS X has a tool which can solve the problem in a decent way. It's called FileMerge and can be found in /Developer/Application/Utilities when you install the Xcode developer tools from the Mac OS X CD.

alt text

It first compares the two folders you selected and then shows the differences. You can then select if you want to merge the files to one destination file.

For further information read this article:

http://www.macworld.com/article/49584/2006/03/cmpfldr.html

elhombre

Posted 2010-02-20T22:36:30.877

Reputation: 323

Would you happen to know if there's a way to get that tool without installing Xcode? – cregox – 2010-03-11T00:01:38.690

2

Mr.Clean is an excellent free graphical tool for this:

alt text

John T

Posted 2010-02-20T22:36:30.877

Reputation: 149 037

1

There's also CleanMyMac, which is mostly for cleaning and not so much for finding duplicates:

enter image description here

... and Chipmunk, which is made to find duplicated files and quickly delete the ones outside or inside the specific folder. Not so good for finding duplicates in the same folder or randomly stored, but you still can be used if you want to go 1 by 1.

enter image description here

cregox

Posted 2010-02-20T22:36:30.877

Reputation: 5 119

0

serbaut

Posted 2010-02-20T22:36:30.877

Reputation: 211