51Testing软件测试论坛

标题: Shell错误[: missing `]' [打印本页]

作者: 测试积点老人    时间: 2019-1-4 18:08
标题: Shell错误[: missing `]'
本帖最后由 测试积点老人 于 2019-1-4 18:10 编辑

shell 文件运行时出现错误:     [: missing `]'

原因可能是


if [ ! -d $date]
then

mkdir ./$date


fi


代码中的 ] 方括号内部必须要有个空格,if [ ! -d $date] 改成 if [ ! -d $date ] 即可







欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2