#!/bin/bash select VAR in a1 a2 a3 a4 a5 exit do case $VAR in a1) read -p "Delete a1? (y/Y/n/N)" FLAG if [ $FLAG = y -o $FLAG = Y ]; then
確定! 回上一頁