# .crt command (Output processor)

The .crt command directs the output
from the Output processor to the terminal, overriding the p option specified at TCL.

## Syntax

```
.crt
```

## Example(s)

```
.crt This message prints on the terminal.
```
Even if the text was output using the p option, the text following the .crt command is
output to the screen.

## See also

- [.line printer command](https://d3codex.com/output-processor/dot-line-printer-command/)
- [.lptr command](https://d3codex.com/runoff/dot-lptr-command/)
- [.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-crt-command-output-processor/ - part of the D3Codex reference.
