# .paging command

The .paging command pauses at the end
of each page when the output is sent to the terminal. At the end of
a page of terminal output, any key can be pressed to advance to the
next page.

**Synonyms:** .pg

The .xpaging command turns off the
paging option, causing the output to scroll.

## Syntax

```
.paging
```

## See also

- [.standard command (Output processor)](https://d3codex.com/output-processor/dot-standard-command-output-processor/)
- [.xpaging command](https://d3codex.com/output-processor/dot-xpaging-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-paging-command/ - part of the D3Codex reference.
