Modify your script to allow acceptance of multiple strings as individual arguments. #!/bin/bash function join_by { local d=$1; shift; echo -n " ...
確定! 回上一頁