Re: Sed howto

2005-10-31 Thread Bill Campbell
On Mon, Oct 31, 2005, Giorgos Keramidas wrote: >On 2005-10-30 15:56, K?vesd?n G?bor <[EMAIL PROTECTED]> wrote: >>> I concur. The 20 pages on sed are probably part of what you >>> want. It doesn't answer your "besides..." however. Perhaps >>> someone else can help there. Here's a link to O'Reill

Re: Sed howto

2005-10-31 Thread Giorgos Keramidas
On 2005-10-30 15:56, K?vesd?n G?bor <[EMAIL PROTECTED]> wrote: >> I concur. The 20 pages on sed are probably part of what you >> want. It doesn't answer your "besides..." however. Perhaps >> someone else can help there. Here's a link to O'Reilly: >> >> http://www.oreilly.com/openbook/utp/UnixT

Re: Sed howto

2005-10-30 Thread Kövesdán Gábor
I concur. The 20 pages on sed are probably part of what you want. It doesn't answer your "besides..." however. Perhaps someone else can help there. Here's a link to O'Reilly: http://www.oreilly.com/openbook/utp/UnixTextProcessing.pdf It is a really such a book, that I should read. Not o

Re: Sed howto

2005-10-29 Thread Denny White
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Oct 28 Bill Campbell contributed the following: On Fri, Oct 28, 2005, Kövesdán Gábor wrote: Hello, I'm looking for a good sed howto that can be useful for contributing to ports collection. Replacing text is I'm especially int

Re: Sed howto

2005-10-28 Thread Dan Nelson
In the last episode (Oct 28), Kvesdn Gbor said: > I'm looking for a good sed howto that can be useful for contributing > to ports collection. Replacing text is I'm especially interested in. > Besides, could somebody explain me, when we use USE_REINPLACE= YES > and ${REINP

RE: Sed howto

2005-10-28 Thread Gayn Winters
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Bill Campbell > Sent: Friday, October 28, 2005 8:38 AM > To: freebsd-questions@freebsd.org > Subject: Re: Sed howto > > > On Fri, Oct 28, 2005, Kövesdán Gábor wrote

Re: Sed howto

2005-10-28 Thread Bill Campbell
On Fri, Oct 28, 2005, Kövesdán Gábor wrote: >Hello, > >I'm looking for a good sed howto that can be useful for contributing to >ports collection. Replacing text is I'm especially interested in. >Besides, could somebody explain me, when we use USE_REINPLACE= YES and &g

Sed howto

2005-10-28 Thread Kövesdán Gábor
Hello, I'm looking for a good sed howto that can be useful for contributing to ports collection. Replacing text is I'm especially interested in. Besides, could somebody explain me, when we use USE_REINPLACE= YES and ${REINPLACE_CMD}, and when we use just ${SED}? Thanks in advan