dups finds duplicate files in the supplied directories regardless the file
name. It also calculates the amount of wasted storage along the way.
go get -u github.com/caelifer/dupsdups -h
Usage of ./dups:
-cpuprofile string
write cpu profile to file
-memprofile string
write memory profile to file
-output string
write output to a file; default: stdout ("-")
-stats
display runtime statistics on stderr
-tracefile string
write trace output to a file
-workers int
Number of parallel jobs (default 64)