윈도우에서의 파일을 리눅스에서 열때…

 CR LF 부분에 ^M 표시가 나는 경우가 있다.
 

나는바보다^M 그렇니까 이것도 못하지^M 바부팅

  이럴 때는 다음과 같이 입력해 주면 된다.

%s/^M/^M/g (여기서 ^M은 Ctrl+V <ENTER>로 입력합니다.)

  혹은 이렇게도 가능하다.

:set fileformat=unix
:set fileformat=dos
:set fileformat=mac

  더 많은 해결책을 찾고 싶다면 다음 링크를 참고하면 된다.

 관련 링크 : http://kldp.org/node/36998

Tags: , , ,

Leave a Reply

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