首页 > 代码库 > linux 下出现 SHELL syntax error:unexpected end of file 提示错误

linux 下出现 SHELL syntax error:unexpected end of file 提示错误

  1. 基本上可以判断是字符异常错误

  2. 首先注释掉尽快会出错的代码,然后进行判断

  3. 如果代码没有问题,可以修改字符格式

  4. vim文本下,esc推出编辑模式  :set fileformat unix ,最后:wq 保存 ,错误消失。




 参考http://blog.csdn.net/david_xtd/article/details/7577265

linux 下出现 SHELL syntax error:unexpected end of file 提示错误