# t-space command

The t-space command moves the attached
media forward a specified number of files, displaying each tape label
as it is encountered.

## Syntax

```
t-space {number}
```

## Parameter(s)

| number | Number of files to move forward. If not specified, the process stops and indicates that a count is required. |
| --- | --- |

## Example(s)

Moves the tape device forward
4 file marks. Each label displays.

```
t-space
no. of files? 4
```

## See also

- [t-bck command](https://d3codex.com/tcl/t-bck-command/)
- [t-fsf command](https://d3codex.com/tcl/t-fsf-command/)
- [t-fsr command](https://d3codex.com/tcl/t-fsr-command/)
- [t-rdlbl command](https://d3codex.com/tcl/t-rdlbl-command/)
- [t-rew command](https://d3codex.com/tcl/t-rew-command/)
- [Tape handling commands](https://d3codex.com/definitions/tape-handling-commands/)

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