bash - How do I

bash - How do I "read" a variable on a while loop - Stack Overflow

瀏覽:389
日期:2026-04-17
How can I read from variable with while read line ? For example: the_list=$(.. code..) while read line do echo $line done < $the_list. using the ......看更多