neilgarb / dedupe

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Go 100.0%