#	usage: edfind file arg
#	find the last occurrence in 'file' of a line whose 
#	beginning matches 'arg', then print 3 lines (the one 
#	before, the line itself, and the one after)
ed - $1 <<!
H
?^$2?
-,+p
!
