Hacker News new | ask | show | jobs
by loeg 3666 days ago
Or just `sed -e 's|\r||'`.
1 comments

If you just want to delete a character there's no need for sed. Just do: tr -d '\r'