grep for sentences
I have figure captions in a big document that have two sentences (with periods after them, of course). After I run the List of Figures, I want to remove the second sentence. There are no other periods in each "paragraph," and the second sentence is followed by a tab. I need help to write the grep so it will find all words between two periods (including the second period) so I can delete that second sentence automatically, please. I've tried all sorts of combinations and I can't get it to work.
