How do I read multiple lines from STDIN into a variable?
經安全檢測,此網站為安全網站,請放心前往原始網址!
How do I read multiple lines from STDIN into a variable?
2012年4月9日 - You say to use read -r , but how do I get it to do so from STDIN? ... echo "--- notes: |" > 'version.yml' while read line do # break if the line is empty ...