grep
Search files for a regex pattern, returning matching lines with line numbers for quick content location.
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 |