Help for this page
Select Code to Download
Select
or
download this
perl -p0e 's/\n^\s*$//mg' input.txt
Select
or
download this
perl -ne 'print if /\S/' input.txt