I am trying to delete a line out of a text file and I assumed /write -d was the best way, however i dont want to specify the line number, i want it to delete the line based on the text in it. is there any way to do so?
so like if someone does
!delline dummy
it searches a text file for the word dummy and deletes the line with that word in it.
thanks.