Skip to content

Multithreaded python tool to find duplicate files, with option to delete them.

Notifications You must be signed in to change notification settings

bestrocker221/find_remove_duplicate_files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

find_remove_duplicate_files

Multithreaded python tool to find duplicate files, with option to delete them.

Example:

$ python3 find_dup.py .  
Walking dirs..
Duplicate found: ./.git/refs/heads/main

Original: ./.git/refs/remotes/origin/main

Duplicate found: ./.git/logs/refs/heads/main

Original: ./.git/logs/HEAD

Duplicates found. Total files scanned: 38, Total duplicates: 2.
Duplicate files:
./.git/refs/heads/main
./.git/logs/refs/heads/main

Total space used by the files: 0.00045490264892578125 Megabytes

About

Multithreaded python tool to find duplicate files, with option to delete them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages