Shell —— 函數和腳本調試

函數 格式:web function_name () { list of commands [ return value ] } 代碼:shell #!/bin/bash # Calling one function from another one () { echo "test 1" two } two () { echo "test 2" } one 運行結
相關文章
相關標籤/搜索