Is there a way to use grep multiline and lazy? I have a text file with an XML in it.
The search pattern is similar to
<i>something.*?}</i>
- Pzo option doesn't work multiline
 - Ezo option doesn't work lazy.
 
Any suggestions?
Is there a way to use grep multiline and lazy? I have a text file with an XML in it.
The search pattern is similar to
<i>something.*?}</i>
Any suggestions?