fudp
identifies duplicated files in a directory by hashing contents. Optionally, fdup
can also identify directories with an exact duplicate within the
specified scope.
fdup
uses a hasing strategy to identify files (and/or directories) whose content is duplicated. Name and other metadata are not relevant to the results.
See the docs here.
$ go get github.com/cbergoon/fdup
$ go install github.com/cbergoon/fdup
$ fdup
This project is licensed under the MIT License.