Re: Find & Replace string

2004-12-10 Thread Parv
in message <[EMAIL PROTECTED]>, wrote antenneX thusly... > > In a website of 1.GB+ with several hundred thousand files, I need > to interrogate all files to replace a single string like > "oldone.010" with "newone.011" > > What's the best way to do this? Find yourself if the following is the best

Re: Find & Replace string

2004-12-09 Thread Panagiotis Christias
On Thu, 9 Dec 2004 21:50:17 - (GMT), David Jenkins <[EMAIL PROTECTED]> wrote: > On Thu, 9 December, 2004 18:50, antenneX said: > > No, I want to interrogate several hundred thousand files throughout > > several thousand directories to find/replace a single string within > > each > > file found.

Re: Find & Replace string

2004-12-09 Thread David Jenkins
On Thu, 9 December, 2004 18:50, antenneX said: > No, I want to interrogate several hundred thousand files throughout > several thousand directories to find/replace a single string within > each > file found. The string may appear more than once in a file. Try the following (make sure you have a ba

Re: Find & Replace string

2004-12-09 Thread antenneX
From: "Nathan Kinkade" <[EMAIL PROTECTED]> To: "antenneX" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, December 09, 2004 12:13 PM Subject: Re: Find & Replace string > In a website of 1.GB+ with several hundred thousand files, I need t

Re: Find & Replace string

2004-12-09 Thread Nathan Kinkade
On Thu, Dec 09, 2004 at 10:48:06AM -0600, antenneX wrote: > Help on commands/script needed. > > In a website of 1.GB+ with several hundred thousand files, I need to > interrogate all files to replace a single string like "oldone.010" with > "newone.011" > > What's the best way to do this? > > Th

Re: Find & Replace string

2004-12-09 Thread Michael C. Shultz
On Thursday 09 December 2004 08:48 am, antenneX wrote: > Help on commands/script needed. > > In a website of 1.GB+ with several hundred thousand files, I need to > interrogate all files to replace a single string like "oldone.010" > with "newone.011" > > What's the best way to do this? > > Thanks i

Re: Find & Replace string

2004-12-09 Thread Doug Poland
On Thu, Dec 09, 2004 at 10:48:06AM -0600, antenneX wrote: > Help on commands/script needed. > > In a website of 1.GB+ with several hundred thousand files, I need to > interrogate all files to replace a single string like "oldone.010" with > "newone.011" > > What's the best way to do this? > find