Thanks! However, if use split, is it possible to make the output file in the format source01.txt, source02.txt...etc instead of sourceaa.txt, sourceab.txt...?
I tried the csplit but if I run "csplit -f source srouce.txt 300", the first file created source01 only contains 299 lines...