shell script for loop break的相關文章
shell script for loop break的相關商品
UNIX - SHELL LOOP CONTROL - Tutorials for EasyMock, Object Oriented Analysis & Design, Tik
瀏覽:453
日期:2025-11-18
#!/bin/sh NUMS="1 2 3 4 5 6 7" for NUM in $NUMS do Q=`expr $NUM % 2` if [ $Q -eq 0 ] then echo "Number is an even number!!" continue fi echo "Found odd number" done This will produce following result: Found odd number Number is an even number!! Found ......看更多








![[系統設定]如何在Windows 7中分享與被分享印表機](https://www.iarticlesnet.com/pub/img/article/24854/1403938652421_xs.jpg)





