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

Issues changing the value of an element in an array in matlab -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

vb.net - Alternative to the T-SQL AS keyword -