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 not append ;. Kindly help Regards
Joel Divekar