Split file horizontally(by column)
Example:
Split file to many files, each has 1 column
Procedures:
1) Ctrl-o open source text file
2) Open "file->save as->split by column" menu
3) Set "Split Naming" to test.###
4) Click "Next" and enter an output file name with any name
Split file vertically(by line or paragraph)
Example 1:
Split file to many files, each has 3 lines
Procedures:
1) Ctrl-o open source text file
2) Open "file->save as->split by bytes/lines" menu
3) Set "Split Name" to test.###
4) Set "split by 3 lines"
5) Click "Next" and enter an output file name with any name
Example 2:
Split file to many files, splited from line containing 'NAME'
Procedures:
1) Ctrl-o open source text file
2) Open "file->save as->split by bytes/lines" menu
3) Set "Split Name" to test.###
4) Set "Para Start" to other and enter "NAME", set "Para End" to "None"
5) Click "Next" and enter an output file name with any name
Notes:
1. Since version 2.0, powerful feature of splitting file by fixed columns or lines is supported, user can set column width to 3,3,4,4 to split files by width 3,3,4,4,4,4... characters.
2. Since version 2.0, the splitted files can be named by customized rules, such as file001.txt, file.new.001, 00001_file, ...