editor - 空行を削除

参考

VScode

^\n

↑検索、空に置換します

秀丸

htom.in.coocan.jp

サクラエディタ

sakura-editor.sourceforge.net

powershell

Get-Clipboard | foreach { if($ -notmatch "^\n"){ write-output $} }