The usual convention that I've seen is to echo the return value of the function and capture that output using a subshell. For example: #!/bin/bash function ...
確定! 回上一頁