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 -->
  #3 (permalink)  
Old 06-16-2008
dhanamurthy dhanamurthy is offline
Registered User
  
 

Join Date: Jun 2006
Posts: 105
Just a refinement in the above script

echo "Enter your choice :\c"
read num
#if [ $num -gt 0 -a $num -lt 101 ]; then ->Can remove this if not needed
"${TEST_HOME}"/ctrl_extract.ksh $num;
#fi

Hope there is no restriction in the number that the user mentions.