RE: OT - large text file handling

2002-02-19 Thread Shawn Kernes
worst case you could also use cffile read and writes to break the file up into manageable chunks -Original Message- From: Alex [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 11:56 AM To: CF-Talk Subject: Re: OT - large text file handling use sed. http

Re: OT - large text file handling

2002-02-19 Thread Alex
use sed. http://www.dbnet.ece.ntua.gr/~george/sed/sedfaq.html On Tue, 19 Feb 2002, Ian Lurie wrote: > Hi all, > > I've got a 400 meg text file. I need to remove the first 2/3 of the file. > > I can't open it in any text editor without melting my computer. Does anyo ne > have a good tool/solut

RE: OT - large text file handling?

2002-02-19 Thread Tony Schreiber
For windows, try VEdit Plus. > Use Vi on a Unix box :) > > -Original Message- > From: Ian Lurie [mailto:[EMAIL PROTECTED]] > Sent: 19 February 2002 16:42 > To: CF-Talk > Subject: OT - large text file handling? > > > Hi all, > > I've got a 400 meg text file. I need to remove the first 2/3

Re: OT - large text file handling?

2002-02-19 Thread Douglas Brown
Well depending on how much virtual memory you have available, textpad will open a file up to that limit. http://www.textpad.com There are two major products that come out of Berkeley: LSD and [Unix] BSD. We don't believe this to be a coincidence. Doug Brown - Original Message - F

RE: OT - large text file handling?

2002-02-19 Thread Stephen Galligan
Use Vi on a Unix box :) -Original Message- From: Ian Lurie [mailto:[EMAIL PROTECTED]] Sent: 19 February 2002 16:42 To: CF-Talk Subject: OT - large text file handling? Hi all, I've got a 400 meg text file. I need to remove the first 2/3 of the file. I can't open it in any text editor