Help for this page

Select Code to Download


  1. or download this
        perl -pi -e 's,^\s+?$,,' file.txt
  2. or download this
        perl -pi -e 's,^(\n|\s+)$,,g' file.txt
  3. or download this
    perl -pi -e 's,^\s+$,,' file.txt