# pd command

The pd command displays any prestored
command.

## Syntax

```
 pd
```

## Description

Pre-stored commands are defined using the p command and are lost each time the
 Editor returns to TCL. See [p command (Editor processor)](https://d3codex.com/editor/p-command-editor-processor/).

## Example(s)

```

 ed bp print.invoices
 top
 .pd
 P0 L22
```

## See also

- [Editor overview](https://d3codex.com/editor/editor-overview/)
- [p command (Editor processor)](https://d3codex.com/editor/p-command-editor-processor/)
- [sl command](https://d3codex.com/editor/sl-command/)

---
Source: https://d3codex.com/editor/pd-command/ - part of the D3Codex reference.
