3

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.

Stefan
  • 27,908
  • 4
  • 53
  • 82
Spencer
  • 21,348
  • 34
  • 85
  • 121

3 Answers3

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

Community
  • 1
  • 1
rluks
  • 2,762
  • 8
  • 38
  • 56
-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