Skip to content

caelifer/dups

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dups - a fast duplicates finder Go Report Card

dups finds duplicate files in the supplied directories regardless the file name. It also calculates the amount of wasted storage along the way.

Installation

go get -u github.com/caelifer/dups

Usage

dups -h
Usage of ./dups:
  -cpuprofile string
    	write cpu profile to file
  -memprofile string
    	write memory profile to file
  -output string
    	write output to a file. Default: STDOUT (default "-")
  -stats
    	display runtime statistics on STDERR
  -tracefile string
    	write trace output to a file
  -workers int
    	Number of parallel jobs (default 64)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages