shell的變量測試語句

test str1=str2 測試是否相等 test str1!=str2 是否不相等 test str1 是否不爲空 test -n str1 是否不爲空 test -z str1 是否爲空 文件測試: test -d file 是否目錄 test -f file 是否常規文件 test -x file 是否可執行 test -r file 是否可讀 test -w file 是否可寫 test
相關文章
相關標籤/搜索