root@ubuntu:~# vi select.sh. #!/bin/bash. select i in A B C D exit. do. if [ "${i}" == "exit" ]; then. exit. else. echo your choice is ${i}.
確定! 回上一頁