shell真正解决syntax error:unexpected end of file?

Posted Bioinfarmer

tags:

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

今天写了个较长的shell脚本,结构嵌套比较多,最后运行时,出现了syntax error: unexpected end of file的错误。

这个之前碰到过,经常在win系统转移脚本文件到unix系统时出现,但这次我是在Linux环境中写的,不存在这个问题,改了试也没用。关于系统文件格式转化:

dos2unix  #command line
:set ff  #在vim中查看文件的系统格式
:set fileformat=unix  #在vim中将系统文件格式改为unix

在网上查了一圈,全部都是文件格式错误的答案!程序人生CSDN中的答案真是烂透了,抄来抄去解决不了问题。

最后在StackOverflow中查到一条建议:数一数if...fifor...done的数目是不是一致的。因为结构比较复杂,还真是在某一处查到少了个fi,最后解决。

衷心建议:代码缩进要规范;查找错误不要用中文;有事没事找StackOverflow

Ref: https://stackoverflow.com/questions/9886268/shell-script-syntax-error-unexpected-end-of-file

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

linux的shell脚本报错“syntax error near unexpected token `”的解决

编写简单的shell脚本 - for循环 - 解决报错 Syntax error: Bad for loop variable

shell 报错:syntax error: unexpected end of file

linux shell scripts:Syntax error: Bad for loop variable

shell中的for循环出现语法错误(syntax error: bad for loop variable)

shell编程报错:“syntax error near unexpected token `”