Search code examples
emacstext-editorlarge-data

Opening a very large file in emacs


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.


Solution

  • 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