# 세 줄 이상 빈 줄을 두 줄로 줄이기

sed -i -r ':a; /^\s*$/ {N;ba}; s/( *\n *){2,}/\n\n/' a.txt