Bash: Split a file in linux in 10 pieces only by blank lines
问题 I am currently working with some files to parse with a Scala app. The problem is that the files are too large so they always end up throwing an exception in the heap size (and I've tried with the max heap size I can and still no use). Now, the files looks like this: This is one paragraph for Scala to parse This is another paragraph for Scala to parse Yet another paragraph And so on. Basically I would like to take all this files and split them in 10 or 20 pieces each, but I have to be sure a