# t-fsr command

The t-fsr (forward space record) command
forwards a tape a given number of records. If the number is omitted,
this command behaves like a t-fwd command.

## Syntax

```
t-fsr {number}
```

## See also

- [t-bsf command](https://d3codex.com/tcl/t-bsf-command/)
- [t-bsr command](https://d3codex.com/tcl/t-bsr-command/)
- [t-fsf command](https://d3codex.com/tcl/t-fsf-command/)
- [t-space command](https://d3codex.com/tcl/t-space-command/)
- [Tape handling commands](https://d3codex.com/definitions/tape-handling-commands/)

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