# Glob

**Package:** `flyte.extras.shell`

A multi-file output bundle. Lives in ``/var/outputs/&lt;output_name&gt;/``.

## Parameters

```python
class Glob(
    pattern: str,
)
```
| Parameter | Type | Description |
|-|-|-|
| `pattern` | `str` | |

---
**Source**: https://github.com/unionai/unionai-docs/blob/main/content/api-reference/flyte-sdk/packages/flyte.extras.shell/glob.md
**HTML**: https://www.union.ai/docs/v2/union/api-reference/flyte-sdk/packages/flyte.extras.shell/glob/
