The return statement in Bash doesn't return a value like C-functions, instead it exits the function with a return status. You can think of it as the exit status ...
確定! 回上一頁