To split a text file at delimiters e.g. Minicrib at change of letter
- To split a text file use the "csplit" command.
- In windows use a Unix emulator which has the Unix command "csplit".
- A good Unix emulator is "cygwin".
- Place the file to be split into the folder C:\cygwin64\home\yyyyyy where yyyyyy is the user name e.g. C:\cygwin64\home\Donald
- Syntax of csplit command is csplit input-file /delimiter/ {number of times} e.g. csplit aaa.txt /###/ {*}
- Output is in the form of files named:- xx01, xx02 ... xxnn.
- To make these files useable use a renamer to append ".txt" to file-names e.g:- xx01.txt, xx02.txt ... xxnn.txt
LAST UPDATED: 02 February 2018 (Bluetooth File Transfer)

