-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNotes
More file actions
85 lines (56 loc) · 2.24 KB
/
Copy pathNotes
File metadata and controls
85 lines (56 loc) · 2.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Parameters:
-f tapename The name of the input tape [optional]
Commands:
cl[ose] {input|output}
Closes the indicated tape.
c[opy] [no]tra[nslate] | line | [no]warn | ter[minal] | scr[een] |
outp[ut] | line(char|char12|int|none) |
tra[nslate](mts|oldmts|ibm) | files=RANGE | input=name |
ri[nput]=name | si[nput]=name | output=name |
records=n | bytes=n | blocks=n | notify=n |
format={mts*fs|FORMATSPEC} | prefix=N[l] | eol={yes|no}
da[techeck] {input|output} {on|off}
di[splay] {input[=path]|output[=path]} | ri[nput]=path | si[nput]=path |
blocks=N | length=N |
ditto tapename
Doesn't work.
du[plicate] [[no]warn] [files=RANGE] | [notify=N]
Duplicates the input tape to the output tape, restricted to the
indicated range of files if specified.
eo[v] [input|output] on|off
ex[pire] [input|output] [reset|month day year]
The month, day, and year parameters are numbers.
fi[lename] [input|output] name
name can be a quoted string or a literal no longer than 17
characters.
fo[rmat] [input|output] FORMATSPEC
initialize TAPENAME {vol[ume]|ibmvol[ume]|ansivol[ume]|tosvol[ume]}=VOL
[owner=OWNER]
TAPENAME is the name of the tape, not input or output. VOL may be
quoted (in which case it is not upper-cased) or UNLABELED or
UNLABELLED. OWNER may be quoted (in which case it is not upper-
cased).
li[st] [input|output] [doc[umentation]] [dat[es]] [files=RANGE]
[notify=N]
lp [input|output] {on|off}
open [input|output] TAPENAME
po[sition] [input|output] [eot|N]
pr[efix] [input|output] [reset] [len[gth]=N[l]]
Set the prefix to the to the length given. Appending "l" to the
length means to write a BDW.
rec[ordingmode] [input|output] {record|stream}
rew[ind] [input|output]
sto[p]
str[ucture] is a synomym for recordingmode
terminate [output] {eot|N}
translate [input|output] [on|off] [mts|oldmts|ibm]
warn {on|off}
RANGE is a range of files specified as N or N-M where N and M are either numbers or EOT.
FORMATSPEC is fmt(blklen,reclen) where fmt is one of
ds or dbs
vs or vbs
v or vb
fb or fbs
f or fs
u
The format specifier, fmt, may be suffixed with a or m to specify ascii or machine carriage control.