Why not something like this? Code: #!/bin/bash foo() { string=$1 && shift array=($@) echo "string is $ ...
確定! 回上一頁