windoswindow、Linux 文本文件转换 云博小周宇2024年5月5日2023年8月24日1 Min Read 如下: $ sed -e ‘s/.$//‘ mydos.txt > myunix.txt $ sed -e ‘s/$/\r/‘ myunix.txt > mydos.txt