I have a huge file with the entries like the one below:
<option value="201">Medical</option>
<option value="203">Finance</option>
<option value="205">Tax Return</option>
---------------------------
---------------------------
I am trying to delete 'options' entries in this file in one-shot so that file looks like the one below after editing:
Medical
Finance
Tax Return
----------
----------
I searched this in the google if I could do this with vim or gedit but didn't find any relevant to this(don't know searching with what keyword). Anybody has any idea, please?