dupes

command module
v0.0.0-...-e717e14 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 26, 2019 License: MIT Imports: 13 Imported by: 0

README

dupes

A tool for finding duplicate files

How to build

dep ensure
go build dupes.go

How to run

./dupes DIRECTORY

The DIRECTORY argument should be a directory. dupes will recursively walk all of the files in all subdirectories print out any duplicate files.

dupes uses a dual hash to ensure collisions of a single hash do not result in false positive duplicates. Currently, xxhash is used as the primary hash, with highwayhash used as the secondary hash to verify duplicates.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL