Help for this page

Select Code to Download


  1. or download this
    perl -i -pe 'BEGIN{$/="\n\n"} s/\n\n/\n/;' foo.txt
  2. or download this
    perl -i -pe 'BEGIN{$/="\n\n";$\="\n"} chomp;' foo.txt