# t-eod command

The t-eod command moves a tape forward to the end of the recorded
 data.

## Syntax

```
t-eod
```

## Description

End-of-data is indicated differently on different types of tapes:

- For 1/4-inch tape, end-of-data is indicated by a blank section of the tape.

- For floppy disk drives, end-of-data is indicated by a pair of end-of-file marks.

## Example(s)

The following example advances the attached tape to the end of the recorded
 data:
```

>t-eod
BLOCK SIZE: 16896
[92] END OF RECORDED DATA - 3 FILE(S)
>
```

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