remove CR line terminators

后端 未结 3 1745
不思量自难忘°
不思量自难忘° 2021-01-12 14:54

Firstly I would say that I have read this post however I still have problems for the CR line terminators.

There is a file called build_test.sh

3条回答
  •  太阳男子
    2021-01-12 15:25

    Also, if you work with vim, you can enforce UNIX line endings by executing

    :set fileformat=unix
    :w
    

    or just add

    set fileformat=unix
    

    to your .vimrc file

提交回复
热议问题