fast_find_large_files
Scan a directory to find files exceeding a specified size, such as 100MB. Return a configurable number of results to identify storage-intensive files quickly.
Instructions
Finds large files
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Directory to search in | |
| min_size | No | Minimum size (e.g., 100MB, 1GB) | 100MB |
| max_results | No | Maximum number of results |