标签:如何 int sed命令 换行 span windows 有一个 命令 div
用sed命令把win文档转换成linux下文档:find ./ -type f print0 | xargs -0 sed -i ‘s/^M$//‘
Vim 中如何去掉 ^M 字符
原文地址:http://www.cnblogs.com/hushaojun/p/7655593.html