![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| reappearing menu list using select | forever_49ers | Shell Programming and Scripting | 9 | 09-13-2006 01:05 PM |
| Drop Users | trfrye | UNIX for Dummies Questions & Answers | 2 | 08-31-2005 12:39 PM |
| dynamic Select menu | rawatds | Shell Programming and Scripting | 2 | 12-06-2004 02:54 AM |
| Dynamic select with multiple word menu items | domivv | Shell Programming and Scripting | 5 | 07-22-2004 05:52 AM |
| select in ksh, any guidance for bash? | Shakey21 | UNIX for Dummies Questions & Answers | 1 | 05-09-2002 09:40 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Drop down menu in bash for timezone select
Is there any way to implement a drop down menu selection in bash?
This is on CDLinux which is a very minimal live CD and I am using it to install an image onto a hard drive. Part of that process is the timezone selection. There are just too many timezones to attempt to use the "select" command. It would just scroll off the screen and be gone. CDLinux has lynx and I concidered using it and an HTML form but there is no way to post the output to any type of cgi script without a webserver running on the machine. If not in bash, then are there any handy programs I could compile that would implement a drop down menu selection? |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Fixed!
OK, I wrote a script that does near-enough what I wanted to do...
PHP Code:
PHP Code:
Last edited by simonb; 05-01-2006 at 07:25 AM. |
|||
| Google The UNIX and Linux Forums |