shell-條件判斷-字符串比較

字符串比較 字符串比較 字符串比較 參數 說明 == 相等則爲真 != 不相等則爲真 參數 說明 str1= str2 相等則爲真 str1 != str2 不想等比較 str1< str2 str1 < str2爲true str1> str2 str1 > str2爲true -n str1 str長度不是0則爲true -z str1 str1長度爲0則爲true 字符串的大小與字母表順序有
相關文章
相關標籤/搜索