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
Network Discovery Software | JDisc Discovery
JDisc Discovery is a comprehensive network inventory and IT asset management solution designed to help organizations gain clear, up-to-date visibility into their IT environment. It automatically scans and maps devices across the network, including servers, workstations, virtual machines, and network hardware, to create a detailed inventory of all connected assets. This includes critical information such as hardware configurations, software installations, patch levels, and relationshipots between devices.
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.