Bash endless loop
Sep 5, 2009 Programming
How can I execute something to run forever, like an endless loop in bash?
while [ 1 = 1 ] do echo "Print this string forever: bash endless loop"; done |
No related posts.
Tags: Bash
Sep 5, 2009 Programming
How can I execute something to run forever, like an endless loop in bash?
while [ 1 = 1 ] do echo "Print this string forever: bash endless loop"; done |
No related posts.
Tags: Bash
Leave a Reply