Is there an application that would search duplicate files in my Mac with an easy way to delete the duplicates?
|
feedback
|
|
I'll just copy part of my other answer on a similar subject and also link to a possible duplicate as another reference. There are many commercial options, some may be better than the listed below, I haven't tried them all. Anyway, I'm listing my choice of apps considering which ones I was able to try. Coincidentally, this was not where I first heard about DupeCheck droplet, but thanks so much Systech for building it up! :)
| |||||||||
feedback
|
|
I've converted a bash script into a droplet. Drop a file on it, and it will use your Spotlight index to see if you have a potential duplicate somewhere on your system. | |||||||||||
feedback
|
|
There is Araxis Find Duplicate Files which is pretty convenient. | |||
|
feedback
|
|
I've written a simple python script FileDupeFinder.py that will find file duplicate files on OSX (and probably Linux/*nix) systems. Right now, you pass it a directory root path and a minimum file size and it will walk the directory tree and output a list of files that it believes to be duplicates. It will ignore files that are hard links of each other. You can tell it to exclude directories (right now it just excludes Backups.backupdb, as this script isn't ready to handle Time Machine wackiness) and tell it not to span filesystems (though these aren't currently paramaterized, they are easy enough to set in the script itself. This script is only minimally tested, but it has worked reasonably enough for me. | |||
|
feedback
|
|
Decloner is another one. You can choose the minimum file size you want to have checked, and it can eliminate all but one. Doesn't seem to be able to create hard links or symlinks, though, which I'd want. | |||
|
feedback
|
