I’m trying to split a very big CSV file into smaller more manageable ones. I’ve tried split but it seems that it tops out at 676 files.
The CSV file I have is in excess of 80mb and I’d like to split it into 50 line files.
Note by better I mean one that uses a numbering structure instead of split‘s a-z sequencing.
splitis the right tool, the problem is that the suffix is only 2 long26^2 = 676, if you make it longer you should be fine: