📜  bash 读取文件错误 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:03.455000             🧑  作者: Mango

代码示例1
#Possible solution
sed -i 's/\r//g' script.sh
#Just execute command above to fix problem replacing script name for yours ;)