BSD 3 development
[unix-history] / usr / lib / learn / editor / L51.2b
#print
Suppose you have a memo in a file and
the line with the title is preceded by a line
with "TL" on it. What command would print
the title? Reply
answer COMMAND
where COMMAND is the search-and-print command to do that.
#copyin
#user
#uncopyin
#match /TL/+1p
#match /TL/+
#match /TL/1
#match /TL/1p
#match /TL/+p
#match /TL/+1
#log
#next
51.2c 5