1 03/10/76 print_text, pt
2
3 Function: prints one or more lines of a segment.
4
5
6 Syntax: pt path -control_arg first_line last_line
7
8
9 Arguments:
10 path pathname of the segment to be printed; if omitted,
11 temporary text is used.
12
13 first_line line number of the line at which to begin printing.
14
15 last_line line number of the line at which to stop printing.
16
17
18 Control arguments:
19 -pathname path, -pn path specifies that path begins
20 with a digit.
21 -no_header, -nhe suppresses the header line.
22
23
24 Notes: If only the first_line argument is specified, only
25 that line is printed. The first line and last line
26 numbers specified do not have to appear in the segment. The command
27 prints all lines that fall within the range of the two numbers.