码迷,mamicode.com
首页 > 其他好文 > 详细

while true

时间:2017-09-14 18:38:09      阅读:103      评论:0      收藏:0      [点我收藏+]

标签:shell 循环

因为每次用到while循环,都会出现一些小问题,老是多加一个“:”


特此记录一个简单的例子:

[root@zfl-ceshi tmp]# cat tt.sh 

#!/bin/bash

while true

do

  echo "1223333"

  sleep 0.5

done


[root@zfl-ceshi tmp]#



while true

标签:shell 循环

原文地址:http://jingfeng.blog.51cto.com/9152964/1965262

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