# .nofill command (Output processor)

The .nofill command resets both the
justify and fill modes. When using this command, there is no removal
of extra spaces, end-of-line marks are not stripped from input, output
lines are not filled, and the right margins are not justified. This
command creates a break (new paragraph).

**Synonyms:** .nf

## Syntax

```
.nofill
```

## See also

- [Output processor overview](https://d3codex.com/output-processor/output-processor-overview/)

---
Source: https://d3codex.com/output-processor/dot-nofill-command-output-processor/ - part of the D3Codex reference.
