測開之路七十七:shell之if、case、for、while

  選擇語句(if語句) 大於:-gt 判斷目錄是否存在:-d if [ 判斷條件 ]; then   statement1   Statement2 elif [ 判斷條件 ]; then   statement1   Statement2 ....... else   statement3   statement4 fi 判斷一個目錄是否存在,如果存在,就刪除,如果不存在,就創建     分支
相關文章
相關標籤/搜索