Possible Duplicate:
Text Editor for very big file - Windows
I tried to open a 18GB text file on Windows. I first tried gVim but it crashed when I loaded the file either under editable or read only mode. Any suggestion?
I tried to open a 18GB text file on Windows. I first tried gVim but it crashed when I loaded the file either under editable or read only mode. Any suggestion? |
||||
|
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
Try out this text file viewer: http://www.swiftgear.com/ltfviewer/features.html It was specifically designed for text files over 1GB in size. |
|||
|
|
|
disable vim plugins, run it like
Got this from http://stackoverflow.com/questions/908575/how-to-edit-multi-gigabyte-text-files-vim-doesnt-work |
|||
|
|
|
I used this to open up files which are more than 8GB : http://www.sweetscape.com/010editor/ use cygwin to start using the file utilities like head, tail, grep, awk, sed for analysing part of the data and running awk or sed scripts to get an overall result |
|||
|
|