Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 517 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 517 Bytes

dfind - redundant data find

dfind is a command line tool that finds duplicate files.

Installation

go run dfind.go
go build dfind.go

or

make

Usage

dfind [directory1] [directory2] [directory3]...

If you dont specify any directory, it will use current directory.

Screenshot Screenshot