shell script 的追蹤與 debug

來源:互聯網
上載者:User

scripts 在運行之前,最怕的就是出現語法錯誤的問題了!那麼我們如何 debug 呢?有沒有辦法不需要透過直接運行該 scripts 就可以來判斷是否有問題呢?呵呵!當然是有的!我們就直接以 bash 的相關參數來進行判斷吧!

[root@www ~]# sh [-nvx] scripts.sh選項與參數:-n  :不要運行 script,僅查詢文法的問題;-v  :再運行 sccript 前,先將 scripts 的內容輸出到螢幕上;-x  :將使用到的 script 內容顯示到螢幕上,這是很有用的參數!範例一:測試 sh16.sh 有無文法的問題?[root@www ~]# sh -n sh16.sh # 若文法沒有問題,則不會顯示任何資訊!範例二:將 sh15.sh 的運行過程全部列出來~[root@www ~]# sh -x sh15.sh + PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/root/bin+ export PATH+ for animal in dog cat elephant+ echo 'There are dogs.... 'There are dogs....+ for animal in dog cat elephant+ echo 'There are cats.... 'There are cats....+ for animal in dog cat elephant+ echo 'There are elephants.... 'There are elephants....

 

轉自 http://vbird.dic.ksu.edu.tw/linux_basic/0340bashshell-scripts_6.php

 

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.