linux下shell 脚本 中windows换行符换成linux换行符

2021-06-30 10:04

阅读:408

标签:换行   filename   shell 脚本   unix   style   file   inux   linux   str   

sed -i ‘s/\r//‘ filename

window下默认是 \r\n

linux下是\n

unix下是\r

linux下shell 脚本 中windows换行符换成linux换行符

标签:换行   filename   shell 脚本   unix   style   file   inux   linux   str   

原文地址:https://www.cnblogs.com/archimedes-euler/p/9989185.html


评论


亲,登录后才可以留言!