I am trying open a very large file in Emacs and it fails to load. Is there a way to open only a portion of this very large file? I don't need to open the whole thing.
Asked
Active
Viewed 2,272 times
3 Answers
3
You may want to try vlf.el
which basically runs head
for you. It's still pretty crude, sadly.

Stefan
- 27,908
- 4
- 53
- 82
1
You can use head command, store its output in file and read that file http://unixhelp.ed.ac.uk/CGI/man-cgi?head
Windows equivalent is here: Windows equivalent of the 'tail' command
-4
If all you want is to read parts of a monster file then use this tool http://www.readfileonline.com/. It rapidly cracked open anything I fed it with.

dev4life
- 10,785
- 6
- 60
- 73