Grep
grepSearch a specified file for a given pattern and retrieve all matching lines, enabling quick file content filtering.
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 |