bash: syntax error near unexpected token 'fi' 2016年07月15日 / Fengzi

在Linux中执行.sh脚本,遇到异常 filename.sh: syntax error near unexpected token 'fi'

这个错误的原因是不同系统编码格式引起的:在windows系统中编辑的.sh文件可能有不可见字符,所以在Linux系统下执行会报以上异常信息。

阅读剩余部分...