Remove ^M with VIM in linux

How I do to replace this with a ‘normal’ line break?

Replace ^M to normal line break in many config files.

[code lang=”bash”]
:%s/<ctrl -V></ctrl><ctrl -M>//g
</ctrl>
[/code]

Leave a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.