2017年11月15日 星期三

The Bash Hackers Wiki

用Bash寫程式化腳本(Shell Script)如果覺得man page太難閱讀,可以參考《The Bash Hackers Wiki》,網站內容包含了:
另外有個主題是 Compound commands:
  • Grouping:將指令放在一起
  • Conditionals:條件判斷,例如說test, if, case...
  • Loops:迴圈,路如說for, while, until
  • Misc:例如說數值計算
還有一個主題是 Expansions and substitutions:各種組合指令的技巧,會找到這個網站也是因為 Parameter expansion 這段文章~
網站最下面是Bash內建指令(Builtin Commands)的說明與使用。

_EOF_

沒有留言:

張貼留言