in reply to how to split a file.txt in multiple text files

You could use split as the starting point and either modify the byte count to be a character count or extend it by adding character count as an alternative.

You will almost certainly want to read perlunitut before starting.

  • Comment on Re: how to split a file.txt in multiple text files