解決shell腳本「syntax error near unexpected token `fi'」的問題。

執行shell腳本的時候,提示如下錯誤: 查詢資料後發現: 執行: vi finddir.sh   然後,輸入 :set ff   結果是: 解決方案就是,修改爲unix: :set ff=unix   執行保存命令: :wq   再次執行: :set ff   最後執行命令。 本文中有一處錯誤,那就是腳本中的 if [-d "$folder"]; then  改爲: if [ ! -
相關文章
相關標籤/搜索