There is currently the ability to concatenate files in Visual Cron. It would be nice if the opposite was possible, that is the ability to split files by line length. So for example if we put in 50 and the source file was 120 lines long then it would split the file into 3 pieces of size 50, 50 and 20 lines (perhaps with _1, _2, _3 in the file names)
Thanks for your consideration