syntax error:unexpected end of file

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了syntax error:unexpected end of file相关的知识,希望对你有一定的参考价值。

将window上编辑的xxy1.sh脚本上传到linux上,并执行的时候提示
xxy1.sh: line 17: syntax error: unexpected end of file
但是通过cat xxy1.sh查看脚本的时候,未发现语法异常,找了度娘后知道
原来是window和linux的文件格式不同导致,解决办法就是
(1)vi xxy1.sh
(2)按下键盘Esc键,按下键盘“:”冒号键
(3)输入:set fileformat=unix,后回车
(4)重复步骤2,输入:wq,后回车
在sh xxy1.sh即可正常执行脚本了




以上是关于syntax error:unexpected end of file的主要内容,如果未能解决你的问题,请参考以下文章

执行shell脚本报错:syntax error near unexpected token `或syntax error: unexpected end of file

Parse error: syntax error, unexpected end of file

Syntax Error: Unexpected token, expected {

wordpress Parse error: syntax error, unexpected '')

包括,得到“PHP Parse error: syntax error, unexpected 'private' (T_PRIVATE)”

laravel --报错:Parse error: syntax error, unexpected '}', expecting ';'