# Print limiters

Print limiters suppress the listing of attributes within an item
that do not meet specified limits.

## Example(s)

In this example, the output.specification is the entire file but displays only those strings that
 meet the condition.

```
list entity state = "ny" city = "syracuse"
```

---
Source: https://d3codex.com/access/print-limiters/ - part of the D3Codex reference.
