1. ctrl-o open the text file 2. open "File->Save As->Split by Line/Chars/Bytes" menu 3. set "Split File By" to 100000, and select "Bytes" option 4. click "Next" and select an output file such as output.txt, the file will be splitted to output.001.txt, output.002.txt, and so on... Note: If there are no multi-byte characters in the text file, select "Bytes" is equivalent to "Chars". |