# .input command (Output processor)

The .input command accepts and processes
text input from the terminal.

**Synonyms:** .in

## Syntax

```
.input
```

## Example(s)

The Output processor pauses,
prompts the user, and resumes processing inserting the data in lieu
of the .input statement.

```
Dear .input,
Please find attached...
```

## See also

- [.prompt command](https://d3codex.com/output-processor/dot-prompt-command/)
- [Output processor commands](https://d3codex.com/output-processor/output-processor-commands/)
- [Output processor overview](https://d3codex.com/output-processor/output-processor-overview/)

---
Source: https://d3codex.com/output-processor/dot-input-command-output-processor/ - part of the D3Codex reference.
