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

Reply via email to