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
In Vim, Using
:%!cat -s
I find this is the easiest way to delete extra empty line so far.