Linux/Unix Shell scripting: Select command examples
What is a select command? Select is a Linux command useful for doing iterations indefinitely in shell scripts. This will come handy when you require user to select options depending on their requirements. With select command we can present some data/optio
code.linuxnix.com |