in reply to Re: Double blank lines to single blank line
in thread Double blank lines to single blank line

Yet another quick method, via "paragraph mode":
perl -00 -wpe 1 data.dat >data_singled.dat
See perlrun for the meanings of the flags.