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