while read line stdin的相關文章
How do I read multiple lines from STDIN into a variable?

How do I read multiple lines from STDIN into a variable?

瀏覽:1459
日期:2026-04-21
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 ......看更多