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

Tool for finding files by glob pattern.

Routes through the active `Condukt.Sandbox`. Pattern matching uses standard
shell glob syntax (`**`, `*`, `?`, `[abc]`).

## Parameters

- `pattern` - Glob pattern (e.g. `"**/*.ex"`, `"lib/condukt/tools/*.ex"`)
- `cwd` - Base directory to glob from (optional, defaults to sandbox cwd)
- `limit` - Maximum number of paths to return (optional)

# `description`

# `name`

# `parameters`

---

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