How to find potentially duplicate files in a given directory? Is there some existing tools for this sort of thing? Some heuristics I can think of:
- it should be recursive.
- it should only compare file names and size and nothing else
- it should be able to find duplicates when the file names are trivially different such as "foobar.txt" and "foobar.txt (2)"
- I have the files on a drive that can be mounted to Linux, Mac OS X, or Windows, as desired