The Bash Shell also offer select Loop, the syntax is: command1. command2. …… commandN. OR (combine both select and case statement) case $varName in. pattern1) command1;; pattern2) command2;; pattern1) command3;; *) echo “Error select option 1..3”;; esac . Select command use PS3 variable to print its prompt.

