0

Possible Duplicate:
Text Editor for very big file - Windows

I have a huge text file. Text editors refuse to open it due to it's size.
How do I view it, without using a text editor?

Solutions I can think of:

  • Something like Linux's more command - do you know of such?
  • Splitting it up to parts - how? (consider I have less available space than the size of the file)
Jonathan
  • 3,839

1 Answers1

0

PSPad is a freeware tool that can also handle large files where other editors fail.

However, for really huge files (15 GB MySQL dumbs) I use UltraEdit and have set some of the options described here. Works without problems.

Tex Hex
  • 2,442