Posts Tagged: dups


22
Sep 09

Finding duplicate files in OS X with rudups

As an exercise in learning Cocoa I’ve developed an application to find duplicate files. The files are compared using a MD5 hash of their content. It was written in Ruby (with RubyCocoa) and the source code is at rudups’ repo at GitHub.

You can get a .dmg to install rudups