我是靠谱客的博主 机智朋友,这篇文章主要介绍Linux Centos7:syntax error near unexpected token `newline’,现在分享给大家,希望可以做个参考。

如果你的脚本出现 syntax error near unexpected token `newline’ ,那有可能是 脚本是 C shell 的,而你使用的是b shell 。

解决办法:

切换到c shell下,或者在脚本前加一行 #!/bin/csh 就可以了。

最后

以上就是机智朋友最近收集整理的关于Linux Centos7:syntax error near unexpected token `newline’的全部内容,更多相关Linux内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(61)

评论列表共有 0 条评论

立即
投稿
返回
顶部