Duff is a Unix command-line utility for quickly finding duplicates in a given set of files. Duff is written in C and should build and run on most modern Unices.
License
zlib/libpng LicenseFollow duff
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
This tool is written in pure C, compile and install was just standard (tested opensuse 12.2). It finds duplicates faster than other tools find files. This might be due to the builtin hash algorithms. Functionality is quite basic, but easy to extend in C, or just customize the output format and write a console or GUI wrapper. I use it mainly to find duplicate pictures in a big collection, you easily get duplicates when copying from different cameras or cell phones, leaving some files on the phone to show them there. Recommended.