shell脚本运行报错$' ': command not found
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了shell脚本运行报错$' ': command not found相关的知识,希望对你有一定的参考价值。
执行个别shell测试脚本运行报错$‘ ‘: command not found
考虑到可能是windows与Linux的换行符不同的原因(windows是 ,Linux是 )造成的,但是又不想一个个替换。
可以使用如下命令来解决:
# vi 脚本名
命令行模式下输入:
:set ff=unix
:wq 退出即可
以上是关于shell脚本运行报错$' ': command not found的主要内容,如果未能解决你的问题,请参考以下文章
Linux-006-执行Shell脚本报错 $' ':command not found
shell脚本执行错误 $' ':command not found
[Jenkins]运行shell报错:寻找匹配的 `"' 是遇到了未预期的文件结束符