Linux學習筆記之一 ---Shell語法(2)

首先說明一個跟變量比較相關的問題:shell eg: read readTest if [ $readTest = "yes" ]   若是用戶直接回車,將會報錯 多是[: =: Unary operator expected 這是爲何呢,由於對對readTest進行比較時, 它是一個空值函數 從而出現 if [  = "yes" ] 這不是個合法的條件,好方法就是this if [ "$r
相關文章
相關標籤/搜索