notepad++ - How to read Text File of about 2 GB? -


this question has answer here:

i have .txt file memory more 2gb. problem cannot open notepad, notepad++ or other editor programs.

any solutions ?

instead of loading / reading complete file, use tool split text file in smaller chunks. if you're using linux, use split command (see this stackoverflow thread). windows, there several tools available hjsplit (see this superuser thread).


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -