shell - Linux - win10 拷贝shell 脚本到Linux 执行报错 -bash: ./myshell.sh: /bin/bash^M: bad interpreter: No su

win10 拷贝shell 脚本到Linux 执行报错 -bash: ./myshell.sh: /bin/bash^M: bad interpreter: No such file or directory

win10编辑器容易添加一些看不见的转义内容进去

怎么办???

很简单

执行指令 【文件换成自己的】

sed -i "s/\r//" myshell.sh 

 

上一篇:Linux 命令终端提示符显示 bash-4.2# 解决方法


下一篇:【gradle】1.groovy安装和配置