Linux如果:syntax错误:文件意外结束

时间:2018-09-06 13:41:24

标签: linux shell unix if-statement

我试图运行一个简单的Linux if命令,它返回以下错误。

if [ $1 -gt 100 ]
then
echo Hey that\'s a large number.
pwd
fi

exit 0 

错误如下

line 8: syntax error: unexpected end of file 

0 个答案:

没有答案