1TK(1) General Commands Manual TK(1)
2
3
4
6 tk - paginator for the Tektronix 4014
7
9 tk [ -t ] [ -N ] [ -pL ] [ file ]
10
12 The output of tk is intended for a Tektronix 4014 terminal. Tk
13 arranges for 66 lines to fit on the screen, divides the screen into N
14 columns, and contributes an eight space page offset in the (default)
15 single-column case. Tabs, spaces, and backspaces are collected and
16 plotted when necessary. Teletype Model 37 half- and reverse-line
17 sequences are interpreted and plotted. At the end of each page tk
18 waits for a newline (empty line) from the keyboard before continuing on
19 to the next page. In this wait state, the command !command will send
20 the command to the shell.
21
22 The command line options are:
23
24 -t Don't wait between pages; for directing output into a file.
25
26 -N Divide the screen into N columns and wait after the last column.
27
28 -pL Set page length to L lines.
29
31 pr(1)
32
33
34
35 TK(1)