Re: RegEx: text not inside
| Newsgroups | gmane.editors.sed.user |
|---|---|
| Message-ID | <CAEE75_3s3YPbbSXrj+Gb=5B3NDPaggKbBEuCNFypsbeHN_nWOg@mail.gmail.com> |
That's pushing regex limits, but it's easily within sed's:
/foo.*bar/!d
/foo.*xx.*bar/d
[Non-text portions of this message have been removed]