poerlang / dups

Find duplicate files (go command line tool)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dups.go

A small command line utility to find duplicate files written in the go language.

The current version is rather slow, as it hashes every single file it encounters. I will implement the suggestions mentioned in the golang-nuts mailing list thread to make it faster.

About

Find duplicate files (go command line tool)


Languages

Language:Go 97.4%Language:Makefile 2.6%