This is a quick way for locating identical files in a folder.
Pass the folder you want to check to the program
go get -u github.com/omerh/fcompare
# If GOPATH is set
cd $GOPATH/src/github.com/omerh/fcompare
# If no GOPATH is set
cd ~/go/src/github.com/omerh/fcompare
go buildfcompare [-t] <directory>| arg name | type | default value | usage |
|---|---|---|---|
| t | bool | false | set to true for calculating hashes in parallel |