shell條件嵌套(if條件語句)

【注意1】:和Java、PHP等語言不同,sh的流程控制不可爲空,如: php 代碼以下: <?php if (isset($_GET["q"])) { search(q); } else { //do nothing } ?> 在sh/bash裏可不能這麼寫,若是else分支沒有語句執行,就不要寫這個else,就像這樣: html if condition then co
相關文章
相關標籤/搜索