If I open files I created in Windows, the lines all end with ^M
.
How do I delete these characters all at once?
相关问题
- Is shmid returned by shmget() unique across proces
- What is the best way to do a search in a large fil
- how to get running process information in java?
- Spring Integration - Inbound file endpoint. How to
- Error building gcc 4.8.3 from source: libstdc++.so
With the following command:
Get the
^M
to appear type CtrlV then CtrlM. CtrlV tells Vim to take the next character entered literally.(see: http://kb.iu.edu/data/acux.html)