在bash中运行下面一行时,我得到了错误[: missing
]' '。
if [ ! -f "$file"]; then
echo "File not found!"
fi
change
[ ! -f "$file"]
[ ! -f "$file" ]
修改摘要:]