duplicate_finder
Scan a directory to find duplicate files by comparing size and MD5 hash, then list groups with paths and wasted space to enable cleanup.
Instructions
Find duplicate files by comparing size and MD5 hash. Returns groups of duplicates with paths and wasted space.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dir_path | Yes | Absolute path to the directory | |
| min_size | No | Minimum file size in bytes to consider (default: 1) | |
| max_depth | No | Maximum depth to traverse (default: 10) |