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
Post a Comment