因为每次用到while循环,都会出现一些小问题,老是多加一个“:”
特此记录一个简单的例子:
[[email protected] tmp]# cat tt.sh
#!/bin/bash
while true
do
echo "1223333"
sleep 0.5
done
[[email protected] tmp]#
时间: 2024-10-13 10:19:09
因为每次用到while循环,都会出现一些小问题,老是多加一个“:”
特此记录一个简单的例子:
[[email protected] tmp]# cat tt.sh
#!/bin/bash
while true
do
echo "1223333"
sleep 0.5
done
[[email protected] tmp]#