grep
Search files for regex patterns to find matching lines. Supports recursion, line numbers, and file type filtering.
Instructions
Search for a regex pattern in files (uses system grep -r -n).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | File pattern e.g. *.py | |
| pattern | Yes | ||
| search_path | No | . | |
| project_path | Yes |