This is a nice little tool helping to find duplicate files within a given directory.
Invocation is just as simple as eatin' pancakes:
fdupes -r -n /stuff
compares all files within /stuff recursively (-r) omitting zero-length files (-n).