Sooner or later, I will…
Fix ^M in Linux/UNIX using vi/vim
Sometimes if you edit a file in windows and then open it in Linux/UNIX it will have the special characters ^M at the end of each sentence. To fix ^M in Linux/UNIX using vi/vim run the following:
%s/[ctrlkey+v and ctrl-key+M]//g
Comments are closed.
Recent Comments