Bash also provides a return keyword. The return keyword terminates the function and assigns the return value to the variable $?. function ...
確定! 回上一頁