Skip to main content

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

StrategyDescription
keep-newestKeep newest file
keep-oldestKeep oldest file
keep-largestKeep largest file

Example

foldr ~/Downloads --dedup keep-largest

Continue Learning

Learn More