LXer: How to loop forever in bash on Linux
by LXer from LinuxQuestions.org on (#54PKK)
Published at LXer:
Looping forever on the command line or in a bash script is easy. Coming up with the reasons why you want to interrupt an infinite loop and how you want to do that requires a little more effort.
Read More...


Looping forever on the command line or in a bash script is easy. Coming up with the reasons why you want to interrupt an infinite loop and how you want to do that requires a little more effort.
Read More...