The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
i want automated script
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
i want automated script
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
3
(
permalink
)
06-16-2008
dhanamurthy
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.
dhanamurthy
View Public Profile
Find all posts by dhanamurthy
Find dhanamurthy's past nominations received
Find dhanamurthy's present nominations given