在循环中起关键的词:break、continue、exit


break

shell中断继续退出_shell中断继续退出

shell中断继续退出_shell中断继续退出_02

说明:结束整个循环,并不是shell脚本


continue

把break换成continue

shell中断继续退出_shell中断继续退出_03

说明:结束本次循环


exit

把continue换成exit

shell中断继续退出_shell中断继续退出_04

说明:结束shell脚本