工做在linux平臺, shell腳本語言是必須的.
簡單 & 輕鬆的教程.
(高級的東西, 請看個人私人博客: https://wizardmerlin.github.io/)linux
另外本文的全部文檔和代碼,已經上傳github:
https://github.com/WizardMerl...git
關鍵字: shell, 按部就班github
目錄以下:shell
1. basic ------ first.sh, second.sh 2. 小括號 ------ test.sh 3. 變量 ------ variable.sh 4. 通配符 ------ wildcard.sh 5. 命令代換----- none 6. 算數代換----- none 7. 轉義字符----- none 8. 單-雙引號---- quaotation.sh 9. 測試語句 ---- test_statement.sh 10. 分支語句---- switch.sh 11. 循環語句---- loop.sh 12. 自賦值變量-- pid.sh 13. shift --- none 14. 輸入輸出 --- none 15. 函數 --- func.sh 16. 調試方法 --- debug.sh 17. 總結 ---- none
代碼規範: <shell代碼規範>函數
這裏只算是入門, 深刻awk 和 sed, 正則以後, 纔算shell學會了.oop