Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 197 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 197 Bytes

A simple tool to delete duplicate files.

Example usage:

deletedups -keep foo/ -clean bar/

This scans (recursively) for files in bar that are duplicates of files in foo and deletes them.