forked from thorsummoner/duplicate-files
-
Notifications
You must be signed in to change notification settings - Fork 0
Find and remove duplicate files in a directory tree
brobzilla/Duplicate-Files
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This script will scan a directory tree looking for duplicate files, it uses a two stage approach of comparing file sizes and then hashs of file contents to find duplicates. An example of running this script to just list all the duplicate files would be: python DuplicateFiles.py /Users/Daniel/Documents An example of running this script to list and delete all the duplicate files would be: python DuplicateFiles.py /Users/Daniel/Documents -remove
About
Find and remove duplicate files in a directory tree
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published