Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

bash while read line loop from variable

while read -r line
do
 echo "line=[$line]"
done < <(cat jj)
 
PREVIOUS NEXT
Tagged: #bash #read #line #loop #variable
ADD COMMENT
Topic
Name
3+5 =