A Bash function can't return a string directly like you want it to. You can do three things: Echo a string; Return an exit status, ...
確定! 回上一頁