# D3 UNIX debugger commands

The debugger prompts for a command with a one character
code followed by an exclamation point.

Note: Commands are terminated by a carriage return.

## In this section

- [!shell command](https://d3codex.com/unix/exclamation-shell-command/)
- [? command](https://d3codex.com/unix/questionmark-command/)
- [ba command](https://d3codex.com/unix/ba-command/)
- [bd command](https://d3codex.com/unix/bd-command/)
- [bl command](https://d3codex.com/unix/bl-command/)
- [bo command](https://d3codex.com/unix/bo-command/)
- [d? command](https://d3codex.com/unix/d-questionmark-command/)
- [d command](https://d3codex.com/unix/d-command/)
- [e command](https://d3codex.com/unix/e-command/)
- [f command](https://d3codex.com/unix/f-command/)
- [g command](https://d3codex.com/unix/g-command/)
- [gl command](https://d3codex.com/unix/gl-command/)
- [h command](https://d3codex.com/unix/h-command/)
- [k command](https://d3codex.com/unix/k-command/)
- [l command](https://d3codex.com/unix/l-command/)
- [m command](https://d3codex.com/unix/m-command/)
- [p command](https://d3codex.com/unix/p-command/)
- [q command](https://d3codex.com/unix/q-command/)
- [r command](https://d3codex.com/unix/r-command/)
- [S command](https://d3codex.com/unix/s-command-uppercase/)
- [s command](https://d3codex.com/unix/s-command-lowercase/)
- [t command](https://d3codex.com/unix/t-command/)
- [v command](https://d3codex.com/unix/v-command/)
- [x command](https://d3codex.com/unix/x-command/)

---
Source: https://d3codex.com/unix/d3-unix-debugger-commands/ - part of the D3Codex reference.
