Skip to content

massimilianovallascas/python_remove_duplicate_files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remove duplicate files

Quick and dirty script to remove duplicate files from a folder.

Usage

Run searching in current folder: python3 main.py

Run searching in current folder and subfolders: python3 main.py -r

Run searching in current folder dry-run: python3 main.py -d

For the full help run python3 main.py -h

Run tests

python3 -m unittest discover

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages