Grep
grepSearch a specified file for a pattern and return matching lines. Use it to locate text or verify content within a file.
Instructions
This function will search for the given pattern in the specified file and return the matching lines.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | ||
| pattern | Yes |