- or download this
perl -0pe 's/(.*?\n*?([^ \n].*?)\n\n.*|.*?\n([^ \n].*?)\n\n.*)/$1/gs'
+file.txt
- or download this
perl -0pe 's/(?|.*?\n*?([^ \n].*?)\n\n.*|.*?\n([^ \n].*?)\n\n.*)/$1/gs
+' file.txt
- or download this
perl -0pe 's/.*?\n([^ \n].*?)\n\n.*/$1/gs' file.txt