diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
| commit | 97d5c458cfa039d857301e1ca7d5af3beb37131d (patch) | |
| tree | b460cd850d0537eb71806ba30358840377b27688 /static/unix-v10/man1/tape.1 | |
| parent | b89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff) | |
build: Better Build System
Diffstat (limited to 'static/unix-v10/man1/tape.1')
| -rw-r--r-- | static/unix-v10/man1/tape.1 | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/static/unix-v10/man1/tape.1 b/static/unix-v10/man1/tape.1 new file mode 100644 index 00000000..c2f47654 --- /dev/null +++ b/static/unix-v10/man1/tape.1 @@ -0,0 +1,60 @@ +.TH TAPE 1 +.CT 1 comm_dev +.SH NAME +tape, mt \- identify and manipulate magnetic tape +.SH SYNOPSIS +.B tape +.PP +.B mt +[ +.B -t +.I tapename +] +.I command +[ +.I count +] +.SH DESCRIPTION +.I Tape +experiments with the magnetic tape drive and reports +under which device name the tape mounted there can be read, +how many files and records there are, and how big the records are. +.I Mt +applies a +.I command +to the named tape drive (default +.FR /dev/nrmt1 ) +.I count +times (default 1). +The +.I commands +are +.TF offline +.TP +.B eof +write end-of -file mark +.PD0 +.TP +.B fsf +forward space file +.TP +.B fsr +forward space record +.TP +.B bsf +backspace file +.TP +.B bsr +backspace record +.TP +.B rewind +rewind +.TP +.B offline +rewind and take off line +.PD +.SH FILES +.F /dev/nrmt1 +.SH SEE ALSO +.IR mt (4), +.IR dd (1) |
