# group command

The group command displays a summary
of information about each group in a file.

The items in the group are summarized showing:

- FID of group in decimal.

- Offset to beginning of item in the group in hexadecimal.

- Size of item in hexadecimal.

- Item-ID.

## Syntax

```
group file.reference {(options)}
```

## Parameter(s)

| options | i | Displays only those groups that have not had any items changed since the last file restore. |
| --- | --- | --- |
| n | Outputs without pausing at the end of each page on output directed to a screen only. | |
| p | Directs output to system printer via the spooler. | |
| s | Suppresses listing of details and displays summary group statistics only. | |

## See also

- [Binary files (glossary)](https://d3codex.com/definitions/binary-files-glossary/)
- [Group](https://d3codex.com/definitions/group/)
- [item command](https://d3codex.com/tcl/item-command/)

---
Source: https://d3codex.com/tcl/group-command/ - part of the D3Codex reference.
