You can use a while loop with process substitution: while read -r line do echo "$line" done < <(jobs). An optimal way to read a multiline variable is to set ...
確定! 回上一頁