The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 01-05-2009
methyl methyl is offline
Registered User
  
 

Join Date: Mar 2008
Posts: 1,184
You don't need to test at all. Anything ending in an enter will satisfy the "read". Just in case "key" is used in "main_menu_selector" you may wish to use a different name for the variable.

echo "All the executables builded Successfully "
echo " Press Enter to Go Back to the Main Menu"
read junk
main_menu_selector

Last edited by methyl; 01-05-2009 at 09:45 AM.. Reason: typo