Shell Scripting 101: The select Loop in Shell Scripts
We talked about the while, for, and until loops in shell scripts in the past few tutorials now. Let’s learn the select loop in shell scripts, a very interesting and unique loop in bash. Why is it interesting or unique? Let’s find out in this tutorial today. What is the select loop in Shell Scripts? …
Shell Scripting 101: The select Loop in Shell Scripts Read More »