Y
Hacker News
new
|
ask
|
show
|
jobs
by
loeg
3666 days ago
Or just `sed -e 's|\r||'`.
1 comments
xorcist
3666 days ago
If you just want to delete a character there's no need for sed. Just do: tr -d '\r'
link