How can I open an absolutely massive text file?!

Status
Not open for further replies.

m3trj

Fully Optimized
Messages
1,574
OK I just spent many hours calculating pi to 1 billion decimal places on my computer, and now...I CAN'T OPEN THE FILE! :mad:

It's a .txt, when I try to open it in Notepad it says that it's too big, when I try Wordpad it just crashes after 2 mins of a lot of hard disk access, Microsoft Word says the file is larger than 32 MB and so it can't open it. Ahh!

The file is a 1.3 GB .txt file. I have 1GB of RAM. I should be able to open it. How can I? This is frustrating!

The system specs are in my sig, although they should be OK to open it.

Thank you to anyone who can help me open this file!
 
look for somthing called UltraEdit. it should allow you to work in the file.
 
Thank you, but I found a small program that splits a file into as many chunks of whatever size you want. That's done the job great.

And now I know the billionth digit of pi! :D

EDIT: I did try Firefox, but after 15 minutes of waiting for it to open it was clear that it was gonna take hours.
 
Well dude, since u wrote a program to calculate pi to a billion digits, why don't u write another program to parse through the file and select the sections you want to display? :). Should be relatively easy to do. I'd say ~5 lines in C/C++.
 
Status
Not open for further replies.
Back
Top Bottom