Sinisterly
What is best text editor software to open very large text files? - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Computers (https://sinister.ly/Forum-Computers)
+--- Forum: Software & Programs (https://sinister.ly/Forum-Software-Programs)
+--- Thread: What is best text editor software to open very large text files? (/Thread-What-is-best-text-editor-software-to-open-very-large-text-files)

Pages: 1 2


What is best text editor software to open very large text files? - BK-201 - 08-26-2018

I am looking for a text editor that will be able to load a +50GB file into it.
The editor needs to be free or with an available crack in the net.
Thanks in advance


RE: What is best text editor software to open very large text files? - Rey23 - 08-27-2018

I dont know but i told you


RE: What is best text editor software to open very large text files? - mothered - 08-27-2018

Try the following:

https://web.archive.org/web/20140908181354fw_/http://swiftgear.com/ltfviewer/features.html
http://glogg.bonnefon.org/description.html
http://www.uvviewsoft.com/uviewer/
https://www.emeditor.com/text-editor-features/large-file-support/files-up-to-248gb/
https://sourceforge.net/projects/hfe/


RE: What is best text editor software to open very large text files? - BK-201 - 08-27-2018

Thanks, I'll check them
^_^


RE: What is best text editor software to open very large text files? - mothered - 08-27-2018

(08-27-2018, 07:10 AM)BK-201 Wrote: Thanks, I'll check them    
^_^

You're welcome.

These editors just came to mind:
http://www.gnu.org/software/emacs/
https://www.vim.org/

When you get a moment, please advise whether any have fulfilled your needs.


RE: What is best text editor software to open very large text files? - Blink - 08-27-2018

ed might work? vim can work with 3GB files, but I doubt it will work with 30GB+.

You might need to do something like "split -l 1000 filename split", and then edit splitaa, splitab, etc separately in a normal text editor. Then you can cat them back into one file at the end


RE: What is best text editor software to open very large text files? - BK-201 - 08-27-2018

Thank you. I will try EmEditor software, for now, the software works fine with files 10-25 GB, but it gets stuck when the files up to 35GB.


RE: What is best text editor software to open very large text files? - mothered - 08-28-2018

(08-27-2018, 08:49 PM)Ender Wrote: You might need to do something like "split -l 1000 filename split", and then edit splitaa, splitab, etc separately in a normal text editor.  Then you can cat them back into one file at the end

Very good point, I completely forgot about It.

I did this many years ago, when I used Crunch to create a massive wordlist.


RE: What is best text editor software to open very large text files? - gmodman - 12-29-2018

50gig is really pushing it for most file editors. Sublime 3 is my favorite editor. It is less bulky than notepad++, crossplatform, handles very large files well, and full featured. I would recommend splitting the file first like another user recommended. Or writing script to handle the file to begin with. The largest file I've ever opened in sublime was over 20gigs and it was usable.


RE: What is best text editor software to open very large text files? - sunjester - 12-29-2018

https://www.sublimetext.com/