Shell腳本學習筆記-函數

1.  基本的腳本函數shell 1.1 函數的定義數組 function name { commands }或者 name() { commands } 1.2 簡單示例函數 #!/bin/sh function Func01 { echo "This is function of Func01" } Func02() { echo "This is func
相關文章
相關標籤/搜索