dedupe/README.md
2023-08-15 14:54:08 +02:00

15 lines
No EOL
484 B
Markdown

# dedupe
simple command line tool to find and move/delete duplicate audio files
## run
`dedupe [source] [comparison] (options)`
### options
| short | long | description |
| ----- | --------- | ------------------------------------------- |
| -d | --delete | delete duplicate files |
| -m | --move | move duplicate files to specified directory |
| -v | --verbose | enable verbose / debug output |