[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: OT: AWK
- From: "Anthony Capone" <capone cap1 net>
- To: <redhat-list redhat com>
- Subject: Re: OT: AWK
- Date: Fri, 2 Feb 2001 19:18:19 -0500
Cool...thanks for the help!!
Anthony Capone
----- Original Message -----
From: "Luke C Gavel" <lgavel ns sympatico ca>
To: <redhat-list redhat com>
Sent: Friday, February 02, 2001 12:12 PM
Subject: Re: OT: AWK
> 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
> Redhat-list redhat com
> https://listman.redhat.com/mailman/listinfo/redhat-list
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]