Skip to content
/ fdup Public

File and Directory Duplication Finder Utility

License

Notifications You must be signed in to change notification settings

cbergoon/fdup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fdup - file duplication utility

Report Docs Version

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.

Documentation

See the docs here.

Install

$ go get github.com/cbergoon/fdup
$ go install github.com/cbergoon/fdup

Example Usage

    $ fdup

License

This project is licensed under the MIT License.

Releases

No releases published

Packages

No packages published

Languages