# list-lists macro

The list-lists macro produces a sorted
report of all previously saved lists in the pointer-file file.

## Syntax

```
list-lists {(options}
```

## Parameter(s)

| options | n | Affects output to the terminal only, preventing output from pausing at the end of each (terminal) page of output. |
| --- | --- | --- |
| p | Directs output to the system printer, via the spooler. | |

## See also

- [copy-list command](https://d3codex.com/tcl/copy-list-command/)
- [delete-list command](https://d3codex.com/tcl/delete-list-command/)
- [edit-list command](https://d3codex.com/tcl/edit-list-command/)
- [Options (Access Query Language)](https://d3codex.com/access/options-access-query-language/)
- [pointer-file file](https://d3codex.com/systemfiles/pointer-file-file/)
- [save-list command](https://d3codex.com/tcl/save-list-command/)

---
Source: https://d3codex.com/tcl/list-lists-macro/ - part of the D3Codex reference.
