4014(1) CLIX 4014(1)
NAME
4014 - Paginates output for Tektronix 4014 terminal
SYNOPSIS
4014 [-t] [-n] [-c N] [-p L] [file]
FLAGS
-t Does not wait between pages (useful for directing output into a
file).
-n Starts displaying at the current cursor position and never erases
the screen.
I-c N Divides the screen into N columns and wait after the last column.
-p L Sets page length to L; L accepts the scale factors i (inches) and l
(lines); default is lines.
DESCRIPTION
The 4014 command describes the paginator for the Tektronix 4014 terminal.
The output of 4014 is intended for a Tektronix 4014 terminal; 4014
arranges for 66 lines to fit on the screen, divides the screen into N
columns, and contributes an eight-space page offset in the (default)
single-column case. Tabs, spaces, and backspaces are collected and
plotted when necessary. Teletype Model 37 half- and reverse-line
sequences are interpreted and plotted. At the end of each page, 4014
waits for a newline (empty line) from the keyboard before continuing on to
the next page. In this wait state, the command cmd will send the cmd to
the shell.
EXAMPLES
1. To format file foo for a Tektronix 4014 terminal, enter the following
command:
4014 -n p24 foo
This formats foo using 24 line pages and without erasing the screen
(scroll mode).
2. To format input for a Tektronix 4014 terminal, enter the following
command:
4014 -t -c2 > tmp
This command formats input for Tektronix 4014 terminal in two column
format without pauses between pages.
2/94 - Intergraph Corporation 1
4014(1) CLIX 4014(1)
DIAGNOSTICS
The following messages may be displayed if an error occurs:
4014 cannot open [file]
The file to be processed is inaccessible or does not exist.
illegal scale factor [number]
The -p flag was specified with a scale factor other than 'i' or 'l'.
EXIT VALUES
Th command returns a value of 0 if successful. If unsuccessful, 4014
returns a nonzero value.
RELATED INFORMATION
Commands: pr(1), tc(7), troff(1)
2 Intergraph Corporation - 2/94