blob: 88c2356fad535b1ad0ac3862dcf7e999552e3aae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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".
|