What is the select loop in Shell Scripts? The select loop is an infinite loop that only ends when there’s a keyboard interrupt or a break statement is encountered.
https://www.linuxfordevices.com/tutorials/shell-script/select-loop-in-shell-scripts
Latest News