Help for this page

Select Code to Download


  1. or download this
    perl -p0e 's/\n^\s*$//mg' input.txt
    
  2. or download this
    perl -ne 'print if /\S/' input.txt