| User: editor -- 2010-06-29 |
| Hits: 54 |
| Type: Text file splitter |
| Search all Text file splitter examples |
| Description: |
| How to split a file by number of lines, and put every 50 files into one folder? |
| Answer: |
| Hint: You need to Download and install "Replace Pioneer" to finish following steps. |
| 1. ctrl-o open source text file 2. open 'File->Save As->Split by bytes/lines' menu * set 'split naming' to: * set split file to "100 lines" 3. click "next", and select a new filename in output folder. 4. file will be splitted to many small files with 100 lines each, and every 50 files will be saved to a new folder started from 1,2,... |
Similar Examples: |
| How to split files by columns with fixed widths, and save to files with sequence? (53%) How to split many merged avi files into original avi files? (52%) How to sort the lines in a text files by the order of line length? (52%) Join every 3 lines into one line (52%) How to join every n lines into 1 line in a text file? (51%) How to join hundreds of columns in different files into one csv file? (50%) How to add a blank line after every 8 lines in text file? (50%) How to split a single line into many lines, keep two words for each line? (50%) |
Check Demo of Text file splitter |