On Thu, 1 Feb 2001, Anthony Capone wrote:

> If I wanted awk to search through a paragraph and stop at every blank line,
> display what it found, then continue to the next paragraph and do the
> same...where would I start??? 

Perhpas something like this:

awk '! /^$/ { print } /^$/ { getline input < "-" }' mbox 

'mbox' was used for testing purposes.

> Again, Thanks for the link... Sympatico?? I am
> from Toronto...what about you?

You're welcome.  I'm not a bell-sympatican, I'm from the
maritimes, where we have just plain-vanilla sympatico.  :)







_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to