2006年3月28日 - while list do list done 當list為True時,該圈會不停地執行。 例一 : 無限回圈寫法 #!/bin/sh while : ; do echo "do something forever here" sleep 5
dipeng.blog.hexun.com.tw