SelBoo's Blog 色萝卜
简单记录,方便自己,服务大众...
[
首
|
志
|
类
|
评
|
言
]
» 当前位置: 阅读日志
^m的解决方法
cat -e test.txt 是不是有出现^M 这样的字符(windows换行符)
有的话先sed 's/\r//' -i test.txt
再执行
paste -d ' ' test.txt test1.txt
或用
unix2dox
[查看评论](0)
游客 |
登入
(c) Powered by Bo-blog