Skip to content

yanmulin/finddup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

finddup

generator, pipeline, find duplicate file in a given directory

the idea:

os.walk() => md5 => if in record => print

output and process a pathname at a time, work like a pipeline

The original code is from Python for UNIX and Linux System Administration, 《Unix和Linux系统管理指南》.

The generator edition is inspired by http://dabeaz.com/generators/Generators.pdf

About

generator, pipeline, find duplicate file in a given directory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages