| User: editor -- 2010-05-13 << 506 508 >> |
| Hits: 492 |
| Type: Text file splitter |
| Search all Text file splitter examples |
| Description: |
| How to split a large text file into specified various number of lines? There's a large text file that contain many lines, I want to split it into many files, the first 2 files have 1000 lines each, and the other files have 2000 lines each. |
| Answer: |
| Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
| 1. ctrl-o open text file 2. open menu "File->Save As->Save to files-Split by bytes/lines" * set "Split Naming" to: * set "split by" to: hint: put the mouse over the number you entered, you can see the 1000,1000,2000,2000,2000,... which is the split lines of each file. * set bytes/lines to "Lines" 3. click "Next" and select the output file, for examples: c:\test\a.txt 4. the file will be splitted to a.001.txt, a.002.txt, a.003.txt, ... a.001.txt and a.002.txt will have 1000 lines, all other files will have 2000 lines. |
Similar Examples: |
| How to split a large text file into small files with maximum 1000 lines? (74%) How to split a text file into multiple files evenly on size? (65%) How to split text file by number of bytes? (63%) How to change text file format with user specified rules? (62%) How to split a text file into multiple files and take the date as filename? (61%) How to split a text file into multiple files with maximum 100k bytes? (61%) How to split a file by specified number of lines like 10,20,30,20,20,20 ...? (61%) How to split a text file according to first word in each line? (58%) |
Check Demo of Text file splitter |
| Keywords: |
| a001 how to split a large text file split naming less naming 200 var text file splitter splitter test split various split text to 2000 lines split text file into 1000 lines split text file into number of lines 1000 text file splitter split large text files split large text file split large file |