Not everyone knows how to use BASH and GREP.
grep is not required, and bash commands aren't really more difficult than Windows' console commands.Example (split 500 lines into each file):
split -l 500 /path/sourcefilename.extensionSplit Man Page
https://ss64.com/bash/split.html