基於linux下的shell中常用語句(一)

常用的語句 exit直接退出 break退出當前循環,不影響其他 continue跳出本層循環,進入下一次循環 [[email protected] mnt]# vim test.sh #!/bin/bash for NUM in {1..5} do         if         [ "$NUM" -eq 3 ]         then                 $1       
相關文章
相關標籤/搜索