windows编写sh脚本在linux上不能执行——command not found
Posted shang神
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了windows编写sh脚本在linux上不能执行——command not found相关的知识,希望对你有一定的参考价值。
编码没有被识别,
vi *.sh
• 查看文件格式(显示 fileformat=dos)或者命令:set fileformat
输入命令 :set fileformat
• 修改文件格式(修改后 显示 fileformat=unix)
输入命令 :set fileformat=unix
Esc输入 :wq
最后重新执行sh文件
以上是关于windows编写sh脚本在linux上不能执行——command not found的主要内容,如果未能解决你的问题,请参考以下文章