We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 45d093a + 5c0c71b commit 9e6450fCopy full SHA for 9e6450f
1 file changed
docs/condition.md
@@ -156,7 +156,6 @@ fi
156
157
以下表达式用来判断文件状态。
158
159
-- `[ -a file ]`:如果 file 存在,则为`true`。
160
- `[ -b file ]`:如果 file 存在并且是一个块(设备)文件,则为`true`。
161
- `[ -c file ]`:如果 file 存在并且是一个字符(设备)文件,则为`true`。
162
- `[ -d file ]`:如果 file 存在并且是一个目录,则为`true`。
0 commit comments