使用while循环:

while true; do echo -n "This is a test of while loop";date; done

可以通过ctrl+c结束死循环.