/dedupe

Print a list of files in the given tree which are duplicates of another

Primary LanguageGo

dedupe

Print a list of files in the given tree which are duplicates of another file.

Comparisons are done using MD5 checksums only.

The first file encountered with a given checksum will be stored. Subsequent files with the same checksum will be printed to stdout.

License

Do with it what ye will.