Using 'select' for multiple choices in shell scripts
I found this neat construct in the gnu bash reference [http://www.gnu.org/software/bash/manual/bashref.html#IDX40]. Select is a great way to be able to present a list of options to a user in a shell script. Take the example given in the reference: select fname…