So I’m trying to split a file that has over 20k HL7 messages but it’s just creating a file that is the same size. The command I’m using is split -5000 filename. I’m told this should create files with 5k messages in each file. So I should have approximately 4 files but I’m only getting the one that is the size as the original file.