scan_duplicates
Find duplicate files by content hash and receive grouped results with estimated reclaimable space. Skips files with unique sizes to improve scanning speed.
Instructions
按内容 hash 找出重复文件,按重复组返回(含可释放空间估算)。
先按文件大小初筛,仅对"大小相同"的文件做内容 hash,性能更友好。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dirs | Yes | 要扫描的一个或多个目录绝对路径 | |
| min_size_mb | No | 仅考虑大于此大小(MB)的文件,默认 1 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |