Help for this page

Select Code to Download


  1. or download this
    perl -p -e 's/\r$//' < dosfile.txt > unixfile.txt
    
  2. or download this
    perl -p -e 's/$/\r/' < unixfile.txt > dosfile.txt