DupCheck is a script that will recursively md5 files then uses uniq to find duplicates.
Finally it will display the duplicates and prompt you for deletion.
Usage: dupcheck.sh [Arguments]
--md5out, -mf [file] Sets the output file for the MD5 hashes.
--fileout, -f [file] Sets the output file for the file list hashes.
Only used in verbose mode.
--deleteOnly, -d Deletes duplicates automatically
--moveOnly, -m Moves duplicates to ./dups automatically
--verbose, -v Make the output more verbose
--help, -h This Help Message
Product's homepage
What's New in This Release: [ read full changelog ]
· Restoring one file no longer downloads all files, and restoring read-only directories is now possible.