资 源 简 介
At the moment, this is a fairly simple little command line program written in C++ for Windows 7, built in Visual Studio 2008.
Given a directory, the program recursively searches through all sub-directories (if specified) for duplicate files based on a md5 hash of each file..
From my testing, it works fairly quick. Just be a bit wary of running it on larger directories, it may take a while (and eat some memory).