Skip to content

sa2ajj/dups

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Find Duplicate Files

These two tools perform the same task: find duplicated files in given directories.

dups.py
Implementation in Python
dups
Implementation in Erlang

Two files are considered "same" if their SHA-1 sum (regardless the size) are the same.

The only difference between the versions is that since Erlang supports very well parallel computations, all supplied directories are processed in parallel.

About

Find duplicate files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors