I have a file that I need to reformat and remove \"extra\" blank lines.
I am using the Perl syntax regular expression search and replace functionality of UltraEdit a
Try this perl oneliner perl -00pe0, if you want in place editing, just add -i option
perl -00pe0
-i