Hi All I am trying to do the following Search for all lines starting with INSERT command and append ; at End of Line
I am aware about search and replace using :%s/^INSERT/$;/g but this replaces INSERT and not append ; at end of the line. Kindly help Regards
Joel Divekar