file_search
Search for files on an OpenWrt router by filename pattern, or search within files for specific text content using grep to quickly locate resources.
Instructions
Search for files or content within files on the router.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | File name pattern to find (uses 'find' command) | |
| path | No | Directory to search in | / |
| content | No | Text content to search for (uses 'grep') |