# `Condukt.Tools.Grep`
[🔗](https://github.com/tuist/condukt/blob/0.16.5/lib/condukt/tools/grep.ex#L1)

Tool for searching file contents by regular expression.

Routes through the active `Condukt.Sandbox`. Returns matching lines with
their file paths and line numbers.

## Parameters

- `pattern` - Regular expression to search for
- `path` - Directory to search in (optional, defaults to sandbox cwd)
- `glob` - Glob filter applied to file paths (optional)
- `case_sensitive` - Whether to match case-sensitively (default: true)
- `limit` - Maximum matches to return (default: 200)

# `description`

# `name`

# `parameters`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
