Help for this page

Select Code to Download


  1. or download this
    this is the first paragraph.
    It has three lines.
    ...
    one line running "perl -p00 -le 's/\n/ /gs;s/\s+/ /g;'"
    on that file, with multiple blanks condensed into one.
    
  2. or download this
    perl -p00 -le 's/\n/ /gs;s/\s+/ /g;' text
    
  3. or download this
    perl -p00 -i.bak -le 's/\n/ /gs;s/\s+/ /g;' text