find_files
Locates files on the system using glob patterns such as /tmp/.pdf or ~/data/**/.csv.
Instructions
Find files matching a glob pattern (e.g., /tmp/.pdf, ~/Documents/**/.csv)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | Glob pattern to search for files (e.g., /tmp/*.pdf, ~/data/**/*.csv) |