in reply to Re: Re^2: Removing Blank Lines From a File
in thread removing blank lines from files

If you're talking about quarter mile times (i.e. Perl Drag Racing), then the only way to fly is:
perl -ni -e 'print if length > 1' file1 file2 ...
Of course, this '1' might be '2' if your platform uses CRLF instead of LF or CR alone. You people know who you are.