Skip to content

feng2606/zsj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

remove duplicate files for specified ext types

Usage examples:

  • generate a .bat file for removing all duplicate files(keep the first one) in all disks
python rmAllDupByExt.py
  • generate a .bat for removing duplicate files in the given directory
python rmAllDupByExt.py -d D:\test
  • removing all duplicate files(keep the first one) in all disks
python rmAllDupByExt.py -rm
  • removing duplicate files in the given directory
python rmAllDupByExt.py -d D:\test -rm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages