Basic structure of a bash function function_name(){. #declare variables, or use the arguments. #echo the result. #return 0 if all went well, something else ...
確定! 回上一頁