项目作者: tbarbette

项目描述 :
Find and delete duplicate files in a folder using regex
高级语言: Python
项目地址: git://github.com/tbarbette/refdup.git
创建时间: 2018-09-12T11:45:27Z
项目社区:https://github.com/tbarbette/refdup

开源协议:BSD 3-Clause "New" or "Revised" License

下载


refdup

Find and delete duplicate files in a folder using regex to select which ones should be kept or deleted

  1. usage: refdup.py [-h] [--dry-run] [--delete [DELETE [DELETE ...]]]
  2. [--keep [KEEP [KEEP ...]]]
  3. FOLDER
  4. Find duplicate files (using md5 hash) and delete the duplicate using regex for selection.
  5. positional arguments:
  6. FOLDER the folder to check for duplicates
  7. optional arguments:
  8. -h, --help show this help message and exit
  9. --dry-run Do a dry run
  10. --delete [DELETE [DELETE ...]]
  11. List of regex to choose a file to delete
  12. --keep [KEEP [KEEP ...]]
  13. List of regex to choose a file to keep