in reply to Re: Re: replacing blank lines
in thread replacing blank lines

Still far too much typing:
perl -ni -e 'print if /\S/' file.txt

-- Randal L. Schwartz, Perl hacker