Module-8 How to use select statement in bash scripting
Table of contents Introduction Select statements are used to build a menu from the input values like array or strings, etc. It waits for inputs , we can provide the inputs by using the menu item number as prompted and then it assigns that menu item to a variable and executes other lines of codes. …
Module-8 How to use select statement in bash scripting Read More »