Bash Select Command (Create Menu in Shell Scripts)

Bash Select construct is used to create a numbered menu from the list of items. Syntax The select statement has a similar syntax as ‘for loop’ and it is: select ITEM in [List] do [commands]…