1. Download Gnu On Windows
2. Open Windows Command Prompt (GOW installs core unix utilities such that command prompt can use them)
3. Execute split -l 5 input-file.txt input.part. (-l -> lines,5->number of lines each files,the '.' at the end is helpful in naming the files better )
2. Open Windows Command Prompt (GOW installs core unix utilities such that command prompt can use them)
3. Execute split -l 5 input-file.txt input.part. (-l -> lines,5->number of lines each files,the '.' at the end is helpful in naming the files better )
