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 ...
stackoverflow.com