欢迎光临
我们一直在努力

shell test命令

2)判断字符串

test –n 字符串                                   字符串的长度非零

test –z 字符串                                    字符串的长度为零

4)判断文件

test –d File                                           文件存在并且是目录

test –e File                                           文件存在

test –w File                                          文件存在并且可写

test –x File                                           文件存在并且可执行

赞(0)
未经允许不得转载:小明编程 » shell test命令

评论 抢沙发