因为每次用到while循环,都会出现一些小问题,老是多加一个“:”
特此记录一个简单的例子:
[root@zfl-ceshi tmp]# cat tt.sh
#!/bin/bash
while true
do
echo "1223333"
sleep 0.5
done
[root@zfl-ceshi tmp]#
原文链接:https://www.f2er.com/bash/390783.html因为每次用到while循环,都会出现一些小问题,老是多加一个“:”
特此记录一个简单的例子:
[root@zfl-ceshi tmp]# cat tt.sh
#!/bin/bash
while true
do
echo "1223333"
sleep 0.5
done
[root@zfl-ceshi tmp]#
原文链接:https://www.f2er.com/bash/390783.html