1 03/12/76 edit list, edit lis
2
3 Function: The list request prints one or more lines of the current
4 file. If no line numbers are specified, the entire file is printed.
5 If a nonexistent line is specified for listing, an error message is
6 printed.
7
8
9 Syntax: edit list line1 line2 ... lineN
10
11
12 where each linei is a single line or range of lines.
13
14
15 Example:
16
17 ! new newfile
18 ready 1520
19
20 ! 10 abc
21 ! 20 def
22 ! 30 ghi
23 ! 40 k
24 ! edit list 10
25 10 abc
26 ready 1520