I have a UNIX log looks like:
ACTION started Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s finished
when an unknown printer took a galley of type started and scrambled it to make a type specimen book. finished It has survived not only five centuries started but also the leap into electronic typesetting, remaining essentially unchanged started but also the leap into electronic typesetting, remaining essentially unchanged finished
I have to extract all the data between:
- started and finished words (ex. and scrambled it to make a type specimen book)
- if no finished for the started then between started and the next started (ex. but also the leap into electronic typesetting, remaining essentially unchanged)
Thanks.