码迷,mamicode.com
首页 > 系统相关 > 详细

shell实现死循环

时间:2014-10-29 21:08:01      阅读:191      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   ar   sp   div   on   log   

参考自http://codingstandards.iteye.com/blog/780524

1.while true
do
command;
done
2.while :
do
command;
done
3.while [1]
do
command;
done
4.while [0]
do
command
done
5.while 条件
do
command;
done

 

shell实现死循环

标签:style   blog   http   color   ar   sp   div   on   log   

原文地址:http://www.cnblogs.com/yrpen/p/4060222.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!