I am having 100's of files that contain sentence that starts with mark and ends with semicolon(;).
eg: mark is driving a car;
i need to remove every sentence starts with mark and end with ";"
How to do this using sed or simmilar tools.
i have used sed to replace pattern but dont know how to delete patterns.