1 03/09/76 locate, l
 2 
 3 Function:  searches temporary text for all occurrences of a specified
 4 character string.
 5 
 6 
 7 Syntax:  l /string/ {first_line} {last_line}
 8 
 9 
10 Arguments:
11 /   is any delimiter except blank, tab, or a digit.
12 
13 string   is a string of characters to be found.
14 
15 first_line  is the line number of the first line searched;
16 if omitted, entire text is searched.
17 
18 last_line   is the line number of the last line searched; if
19 omitted, search is made from the line specified by first_line to
20 end of text.