答复: How to open a BIG file quickly?

2007-04-06 Thread 陈方荣
-邮件原件- 发件人: Jean-Rene David [mailto:[EMAIL PROTECTED] 发送时间: 2007年4月6日 :00:09 收件人: Vim 主题: Re: How to open a BIG file quickly? * Tom Purl [2007.04.05 12:00]: I need to do that quite often. They are usually log files from a long running program in debug mode. Actually

How to open a BIG file quickly?

2007-04-05 Thread 陈方荣
Dear all, If I want to open one 1G bytes size file,it's really slow. Thank you in advance. --- Best regards longer

Re: How to open a BIG file quickly?

2007-04-05 Thread Tom Purl
On Thu, April 5, 2007 2:38 am, ³Â·½ÈÙ wrote: Dear all, If I want to open one 1G bytes size file,it's really slow. Thank you in advance. Just out of curiosity, why are you trying to edit a 1 GB file with any text editor? I'm assuming that these files are flat file databases. If that's

Re: How to open a BIG file quickly?

2007-04-05 Thread Jean-Rene David
* Tom Purl [2007.04.05 10:30]: On Thu, April 5, 2007 2:38 am, ³Â·½ÈÙ wrote: If I want to open one 1G bytes size file,it's really slow. I suggest splitting it into smaller chunks with another tool. Just out of curiosity, why are you trying to edit a 1 GB file with any text editor?

Re: How to open a BIG file quickly?

2007-04-05 Thread Tim Chase
Just out of curiosity, why are you trying to edit a 1 GB file with any text editor? I'm assuming that these files are flat file databases. I need to do that quite often. They are usually log files from a long running program in debug mode. I find that pre-processing with grep/sed/awk

Re: How to open a BIG file quickly?

2007-04-05 Thread Jean-Rene David
* Tom Purl [2007.04.05 12:00]: I need to do that quite often. They are usually log files from a long running program in debug mode. Actually, you can think of a log file as a sort of flat file database. Here's an example I appreciate all the help but I really don't have a problem with

Re: How to open a BIG file quickly?

2007-04-05 Thread Charles E Campbell Jr
Tom Purl wrote: On Thu, April 5, 2007 2:38 am, ³Â·½ÈÙ wrote: Dear all, If I want to open one 1G bytes size file,it's really slow. Thank you in advance. Just out of curiosity, why are you trying to edit a 1 GB file with any text editor? I'm assuming that these files are flat