利用sed命令将test.txt中所有的回车替换成空格?

sed -i s/\r/ /g test.txt


更多内容

linux100问

python100问

网络基础知识100问