In egrep or sed what is the metacharacter to match _across_ a newline
i.e. something like 'line1chars.\n.line2chars' ?
$ matches the end of a line, but I want to match several lines for
search and replace
TIA
/cb
- Re: grep or sed regex ? Chris Bayley
- Re: grep or sed regex ? Matthew Gregan
- Re: grep or sed regex ? Volker Kuhlmann
