Exercise 74: Nebraska Genealogy


The following script will meet the requirements that were given:

 #Choices.sh clear PS3="Please make your selection from the following choices: " select item in ABC BCD CDE DEF Quit do case $item in ABC) echo "Program ABC will now be executed" ;; BCD) echo "Program BCD will now be executed" ;; CDE) echo "Program CDE will now be executed" ;; DEF) echo "Program DEF will now be executed" ;; Quit) break ;; *) echo "You must enter a number between 1 and 5." ;; esac done 



NovellR Linux Certification Practium Lab Manual
NovellR Linux Certification Practium Lab Manual
ISBN: N/A
EAN: N/A
Year: 2004
Pages: 192

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net