In this article we will see about select loop in shell scripting and how it is used. do . command1. command2. commandN. done. The list item will be denoted by different numbers, and to select any specific item from that list you have to enter that number. Its structure is similar to for loop but the functionality is different.
https://dev.to/rahulmishra05/select-loop-shell-scripting-3lme

