Posts Tagged ‘ perl md5 scripts ’

Find duplicate files with Perl md5

January 25, 2009
By gary

The script uses the Digest::md5 module to look for duplicate files. It takes as input a list of filenames, and returns a list of all files which share the same md5 hash/signature. Files which share the same md5 signature are very likely to be duplicate files. lovebox:~ gjl$ cp /etc/hosts file1 lovebox:~ gjl$...
Read more »

Tags:
Posted in Scripts, Uncategorized | No Comments »