grep
Search for a specific pattern within a file and return matching lines. Provide the pattern and file path.
Instructions
Search for patterns in files
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | Pattern to search for | |
| file | Yes | File path |