![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | 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 and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| put a icon/command in menu bar | dave123 | Shell Programming and Scripting | 5 | 01-19-2008 10:45 AM |
| reappearing menu list using select | forever_49ers | Shell Programming and Scripting | 9 | 09-13-2006 04:05 PM |
| Drop down menu in bash for timezone select | simonb | Shell Programming and Scripting | 1 | 04-29-2006 01:02 PM |
| dynamic Select menu | rawatds | Shell Programming and Scripting | 2 | 12-06-2004 05:54 AM |
| Dynamic select with multiple word menu items | domivv | Shell Programming and Scripting | 5 | 07-22-2004 08:52 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Select command to build menu
Hello everyone.
I am using the select command to build a menu, here is my question: Is it possible to generate a menu which contains several sections and have a separator between the sections without having a selection number generated in front of the separator? This is a sample of what I would like to generate: Menu title --------Subtitle 1 ---------- 1) Selection1 2) Selection2 3) Selection3 --------Subtitle 2 ---------- 4) Selection4 5) Selection5 6) Selection6 followed by a Prompt controlled by PS3 Any suggestions are welcome, I know I could possibly use a while or other ways to create the menu, yet Select does such a great job .... Thanks. |