shell腳本學習與總結

1.shell 腳本是區分小寫的 2.Unix特殊字符有: ( ; $ ? & * () [] ` ‘ 「 + 使用其時要進行轉義() 3.Shell的註釋以#開頭 4.函數的定義 Function fuction_name(){ Command to execute } 調用時直接用function_name. 5.控制結構 1)If...then語句 If [ test_command ] T
相關文章
相關標籤/搜索