26GB text file
-
I have a 26GB logfile that was produced by my program. What is the best free text editor to read such a file?? John
-
I have a 26GB logfile that was produced by my program. What is the best free text editor to read such a file?? John
:omg: David
-
I have a 26GB logfile that was produced by my program. What is the best free text editor to read such a file?? John
-
I have a 26GB logfile that was produced by my program. What is the best free text editor to read such a file?? John
-
I have a 26GB logfile that was produced by my program. What is the best free text editor to read such a file?? John
-
I have a 26GB logfile that was produced by my program. What is the best free text editor to read such a file?? John
:eek: Now that will be a loooooooooooooooooooong read :laugh: Rado
-
I have a 26GB logfile that was produced by my program. What is the best free text editor to read such a file?? John
vim :) -- Gnnnnmmmpppppppfffffhhh!
-
I have a 26GB logfile that was produced by my program. What is the best free text editor to read such a file?? John
well actually total commander internal lister (F3). The only possible solutions, as far as reading only goes. The advantage is that it takes virtually no resources and 0 loading time or that stuff it streames dynamically, so size is just limited by your HD and OS but not by this app.
-
I have a 26GB logfile that was produced by my program. What is the best free text editor to read such a file?? John
Ok.. notepad is out of the question. Regards, Brian Dela :-)
-
>tail hugefile.txt
Shog9
Let your mercy spill / On all these burning hearts in hell If it be your will / To make us well...
UNIX tools use longs for file positioning and don't support files > 4GB.
// Quantum sort algorithm implementation
while (!sorted)
; -
:eek: Now that will be a loooooooooooooooooooong read :laugh: Rado
I really want to only look at the end. It is an error log and I can see that there are a few database errors. The thing is that the system is working as expected... John
-
:omg: David
That was my reaction when I found out that the log file was eating up the entire system partition. I'm glad I did not put it on the data partition it would have another 100GB to go... John
-
I have a 26GB logfile that was produced by my program. What is the best free text editor to read such a file?? John
-
I have a 26GB logfile that was produced by my program. What is the best free text editor to read such a file?? John
edlin in a "DOS" box!
If I have seen further it is by standing on the shoulders of Giants. - Isaac Newton 1676
-
I have a 26GB logfile that was produced by my program. What is the best free text editor to read such a file?? John
-
I have a 26GB logfile that was produced by my program. What is the best free text editor to read such a file?? John
Import it via DTS/BCP/SQL*Loader (each line is a record), create a full text search index, and run SQL queries to find the info you need. And next time, create more manageable log files :)
// Quantum sort algorithm implementation
while (!sorted)
; -
Import it via DTS/BCP/SQL*Loader (each line is a record), create a full text search index, and run SQL queries to find the info you need. And next time, create more manageable log files :)
// Quantum sort algorithm implementation
while (!sorted)
;Daniel Turini wrote: And next time, create more manageable log files I'll be working on the fix for that ASAP... John
-
Import it via DTS/BCP/SQL*Loader (each line is a record), create a full text search index, and run SQL queries to find the info you need. And next time, create more manageable log files :)
// Quantum sort algorithm implementation
while (!sorted)
;How long do you think such an import would take? :rolleyes: :-D -- Gnnnnmmmpppppppfffffhhh!
-
UNIX tools use longs for file positioning and don't support files > 4GB.
// Quantum sort algorithm implementation
while (!sorted)
;Depends on what UNIX. Most modern ones have been upgraded to use 64 bit positions. Of course, YMMV with SCO.. :) -- Gnnnnmmmpppppppfffffhhh!
-
How long do you think such an import would take? :rolleyes: :-D -- Gnnnnmmmpppppppfffffhhh!
:omg: It took me forever (> 30 minutes) just to copy the file to a RAID 0 array... John