windoslinux下shell 脚本 中windows换行符换成linux换行符 云博小周宇2024年5月5日2023年8月24日1 Min Read sed -i ‘s/\r//‘ filename window下默认是 \r\n linux下是\n unix下是\r