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
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.
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
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
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
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
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