Search Results

Search: Posts Made By: malini
2,806
Posted By malini
Hi, Try the following script. ...
Hi,

Try the following script.

#!/bin/ksh
PS3="Select the option number: "
select option in 1 4 6 0
do
case "$option"...
3,356
Posted By malini
simulating a menu using shell programming like in windows.
Hi Friends,

I would like to write a shell script in unix which displays a menu. The options in the menu needs to be chosen using the navigation keys(up arrow or down arrow). At present I am...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 06:34 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy