# p command (TCL commands)

The p command turns on or off the display
of terminal output. When activated, the output from any process does
not display on the screen.

## Example(s)

No output displays.

```
p
who
```

```
p
who
40 bob ref
```

---
Source: https://d3codex.com/tcl/p-command-tcl-commands/ - part of the D3Codex reference.
