echo "「yes」か「はい」か「うん」を選択して下さい。" read test case $test in yes ) echo "yesですね" ;; はい ) echo "はいですね" ;; うん ) echo "うんですね" ;; esac