$ :v/./d
If you need to delete lines that may contain space characters (such as tabs or spaces) as well as empty ones, try:
:v/\S/d
Just an alternative.
Diff your entire server config at ScriptRock.com
$ :v/./d
If you need to delete lines that may contain space characters (such as tabs or spaces) as well as empty ones, try:
:v/\S/d
Just an alternative.
Diff your entire server config at ScriptRock.com