# t-fwd command

The t-fwd command moves the attached
media forward to the next file, or moves the tape forward a specified
number of blocks. The t-fwd command stops automatically
at an EOF.

## Syntax

```
t-fwd {number}
```

## Parameter(s)

| number | (Integer number) Indicates the number of blocks to move. The maximum value for the number is 32767. If the number is not specified, the tape spaces forward to the position immediately beyond the next EOF mark. |
| --- | --- |

## See also

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

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