dos2unix line ending conversion


/ Published in: Perl
Save to your folder(s)

Because sometimes "dos2unix" isn't available.


Copy this code and paste it in your HTML
  1. perl -pi -e 's/
  2. /\n/;' filename ...

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.