fast_find_dupes.pl
Summary:
A simple script to recursively location of files that their contents are
identical.
This does a sha-1 hash on all the files, then does File::Compare on any files
that have the same digest.
Files:
Operational Instructions:
Changes:
Known Bugs:
- This will list out all combinations so if foo.txt and bar.txt are the
same, it will list them twice:
./foo.txt and ./bar.txt are identical.
./bar.txt and ./foo.txt are identical.
Author:
Philip Shuman
philip at shuman dot org
http://www.shuman.org