Remove Duplicate Files
Foldr can remove files with identical content.
warning
Duplicate removal cannot be undone.
Always preview before executing.
Preview
foldr ~/Downloads --dedup keep-newest --preview
Execute
foldr ~/Downloads --dedup keep-newest
Strategies
| Strategy | Description |
|---|---|
| keep-newest | Keep newest file |
| keep-oldest | Keep oldest file |
| keep-largest | Keep largest file |
Example
foldr ~/Downloads --dedup keep-largest