日期:2014-05-16  浏览次数:20596 次

shell 的 while无限循环问题!
#! /bin/bash
while 1
do 
  echo "sdsd"
done
为什么运行的时候出现错误呢,1:Command not found.

------解决方案--------------------
while true