Re: How do I replace a part of huge text file

2007-10-25 Thread Ron Bergin
On Oct 22, 1:52 am, [EMAIL PROTECTED] (Anand Shankar) wrote: > Hi, > > I would like to replace a part of a really big (4GB) text file. And > the contents that I want to change is really a small but continuous > portion. Could some one please help me with the best way I can do this > in perl? > > Th

Re: How do I replace a part of huge text file

2007-10-24 Thread Matthew Whipple
the_train_man wrote: > On Oct 22, 10:32 am, [EMAIL PROTECTED] (Dr.Ruud) wrote: > >> [EMAIL PROTECTED] schreef: >> >> >>> I would like to replace a part of a really big (4GB) text file. And >>> the contents that I want to change is really a small but continuous >>> portion. Could some one pl

Re: How do I replace a part of huge text file

2007-10-24 Thread the_train_man
On Oct 22, 10:32 am, [EMAIL PROTECTED] (Dr.Ruud) wrote: > [EMAIL PROTECTED] schreef: > > > I would like to replace a part of a really big (4GB) text file. And > > the contents that I want to change is really a small but continuous > > portion. Could some one please help me with the best way I can d

Re: How do I replace a part of huge text file

2007-10-22 Thread Dr.Ruud
[EMAIL PROTECTED] schreef: > I would like to replace a part of a really big (4GB) text file. And > the contents that I want to change is really a small but continuous > portion. Could some one please help me with the best way I can do this > in perl? Is the replacement guaranteed to be the same s

Re: How do I replace a part of huge text file

2007-10-22 Thread Rob Dixon
[EMAIL PROTECTED] wrote: I would like to replace a part of a really big (4GB) text file. And the contents that I want to change is really a small but continuous portion. Could some one please help me with the best way I can do this in perl? You need to tell us more about the problem, but if yo

Re: How do I replace a part of huge text file

2007-10-22 Thread Jeff Pang
On 10/22/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > > I would like to replace a part of a really big (4GB) text file. And > the contents that I want to change is really a small but continuous > portion. Could some one please help me with the best way I can do this > in perl? > use pe

How do I replace a part of huge text file

2007-10-22 Thread anand . shankar
Hi, I would like to replace a part of a really big (4GB) text file. And the contents that I want to change is really a small but continuous portion. Could some one please help me with the best way I can do this in perl? Thanks, -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman