When calling a function, quote the variable otherwise bash will not see the string as atomic but as an array. output_args() { for arg do echo "$arg" done } ...
確定! 回上一頁