# .justify command (Output processor)

The .justify command right-aligns each
line of text with the right margin by adding spaces in each line to
pad to the end of the line. This command stays in affect until an .xjustify command is executed.

**Synonyms:** .j

## Syntax

```
.justify
```

## See also

- [.xjustify command](https://d3codex.com/output-processor/dot-xjustify-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-justify-command-output-processor/ - part of the D3Codex reference.
