# dupekill -- deletes duplicates of existing data dupekill is a simple dupe finder (and deleter). It comes with a few nifty flags: * `-d | --dry`: Provides a preview of what you will do if the `-d` flag is removed. * `-r | --recursive`: Descends into all subdirectories below the starting point. * `-v | --verbose`: Provide more detail. # Roadmap * Create options for file preference, e.g. "if two files are the same, prefer the older one".