perl -e '$count = 0; s/\./(++$count % 5 == 0)?"\n":$&/ge;' text-blob.txt > paragraphs.txt