while read line shell script的相關文章
bash - shell script while read line loop stops after the first line - Stack ...

bash - shell script while read line loop stops after the first line - Stack ...

瀏覽:666
日期:2026-04-18
The problem is that do_work.sh runs ssh commands and by default ssh reads from stdin which is your input file. As a result, you only see the first line ......看更多