Question – How do I create an infinite loop in shell script on Unix/Linux operating system? An infinite loop is used for running a set of instruction with never ending repeat. In this we create a loop which runs endlessly and keep executing the instructions until force stopped externally. Bash Infinite While Loop In this […]