2)判断字符串
test –n 字符串 字符串的长度非零
test –z 字符串 字符串的长度为零
4)判断文件
test –d File 文件存在并且是目录
test –e File 文件存在
test –w File 文件存在并且可写
test –x File 文件存在并且可执行
2)判断字符串
test –n 字符串 字符串的长度非零
test –z 字符串 字符串的长度为零
4)判断文件
test –d File 文件存在并且是目录
test –e File 文件存在
test –w File 文件存在并且可写
test –x File 文件存在并且可执行