Sometimes it is hard to locate the exact line you want to modify if there are so many lines having the exact same codes/text.
example:
#this is x
a=0
#this is y
#this is yy
a=0
this is z
a=0
My question is, is it possible to find something unique, such as "#this is y" from above, and then modify the "a=0" 2 lines down?
this has been puzzling me..
thanks