answersLogoWhite

0

'esac' is the end identifier for the 'case' selection statement. For example,

case $i in

Y|y) echo said yes

;;

N|n) echo said no

;;

*) echo $i is a bad answer

esac

User Avatar

Wiki User

15y ago

What else can I help you with?