# ct command

The ct BASIC program invokes the copy command and copies the specified items to the terminal.

## Syntax

```
ct file.reference itemlist* {(options)}
```

## Parameter(s)

| options | n | Integer number that specifies the number of items to copy. Typically used for copying data for test files. |
| --- | --- | --- |
| a | Activates assembly mlist format. | |
| f | Outputs a form feed between each item. | |
| i | Suppresses the display of item-IDs. | |
| n | Activates the nopage function on output. | |
| s | Suppresses the display of line numbers. | |
| x | Outputs in hexadecimal. | |

## Example(s)

```
ct dm,bp, term-type
```

## See also

- [copy command](https://d3codex.com/tcl/copy-command/)

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