diff --git a/docs/condition.md b/docs/condition.md index 094a85e..09ed6a5 100644 --- a/docs/condition.md +++ b/docs/condition.md @@ -156,7 +156,6 @@ fi 以下表达式用来判断文件状态。 -- `[ -a file ]`:如果 file 存在,则为`true`。 - `[ -b file ]`:如果 file 存在并且是一个块(设备)文件,则为`true`。 - `[ -c file ]`:如果 file 存在并且是一个字符(设备)文件,则为`true`。 - `[ -d file ]`:如果 file 存在并且是一个目录,则为`true`。