How to loop forever in bash
Network World
NOVEMBER 6, 2024
This post provides some examples of how to do this. while : do echo Keep running sleep 3 done If you’ve inserted an infinite loop into a script and want to remind the person who is using it how to exit the script, you can always provide a little guidance as in the example below. It’s quite easy.
Let's personalize your content