/ Published in: Other
Expand |
Embed | Plain Text
while true; do echo "hey";sleep 2;done
Comments
Subscribe to comments
You need to login to post a comment.
while true; do echo "hey";sleep 2;done
Subscribe to comments
You need to login to post a comment.
One alternative to "while true" is "while : "
Different ways of writing bash for loop : http://unstableme.blogspot.com/2008/12/ways-of-writing-bash-for-loop.html