shell script for loop break的相關文章
shell script for loop break的相關商品

linux - sh shell script can't break the loop - Stack Overflow
瀏覽:1496
日期:2025-04-24
You are just breaking the inner most for loop, if you are trying to exit the script at
that point, maybe you should use exit ?...看更多