Delete some lines from a file (till a marker is reached)
Posted: Thu Aug 27, 2009 4:16 pm
I have a text file -
How ?
I found resources to delete the the first line, delete by line number , but nothing for this .
ty
In this we want to delete from the start of the file, to the marker (••) . Since the marker could be in another line I cannot just delete the first line.This is the title|| some description|| my@email.com ••
another entry|| some other description, but time its really big its so big
infact that it spawns multiple lines|| my@email.com ••
last title|| some description|| my@email.com ••
How ?
I found resources to delete the the first line, delete by line number , but nothing for this .
ty