Re: sed regexp help

2002-03-22 Thread Bill Crawford
On Fri, 22 Mar 2002, Cameron Simpson wrote: > On 01:44 22 Mar 2002, Bill Crawford <[EMAIL PROTECTED]> wrote: > | > | > I gues sed is the tool for this right? > | > Yes. Ignore the "perl is my only hammer" types. > | Ignore the "I don't know how to use perl properly" types :o) I really did mean

Re: sed regexp help

2002-03-21 Thread Cameron Simpson
On 01:44 22 Mar 2002, Bill Crawford <[EMAIL PROTECTED]> wrote: | > | > I gues sed is the tool for this right? | > Yes. Ignore the "perl is my only hammer" types. | Ignore the "I don't know how to use perl properly" types :o) I think you might get a nasty shock if you run wc on the perl scripts i

Re: sed regexp help

2002-03-21 Thread Bill Crawford
On Fri, 22 Mar 2002, Cameron Simpson wrote: > On 05:36 21 Mar 2002, David Kramer <[EMAIL PROTECTED]> wrote: > | On Thu, 21 Mar 2002, Nick Wilson wrote: > | > could someone please help me solve the following problem? > | > I need to recursively find and replace a string in a whole bunch of dirs >

Re: sed regexp help

2002-03-21 Thread Cameron Simpson
On 05:36 21 Mar 2002, David Kramer <[EMAIL PROTECTED]> wrote: | On Thu, 21 Mar 2002, Nick Wilson wrote: | > could someone please help me solve the following problem? | > I need to recursively find and replace a string in a whole bunch of dirs | > (a website). For example: | > | > change: http://

Re: sed regexp help

2002-03-21 Thread Bill Crawford
On Thu, 21 Mar 2002, Nick Wilson wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi everyone, > could someone please help me solve the following problem? > > I need to recursively find and replace a string in a whole bunch of dirs > (a website). For example: > > change: http://m

Re: [REDHAT] sed regexp help

2002-03-21 Thread David Kramer
On Thu, 21 Mar 2002, Nick Wilson wrote: > Hi everyone, > could someone please help me solve the following problem? > > I need to recursively find and replace a string in a whole bunch of dirs > (a website). For example: > > change: http://my-testing-environment.com > to: http://www.the-re

sed regexp help

2002-03-21 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi everyone, could someone please help me solve the following problem? I need to recursively find and replace a string in a whole bunch of dirs (a website). For example: change: http://my-testing-environment.com to: http://www.the-real-website