-1
votes
0answers
22 views

Creating a multicolumn test menu from a script

I would like to create a text menu from within a script. I would like it to be multicolumn or a grid with multiple options for each entry. Let me give an example: Let us take the letters A-L and ...
1
vote
1answer
352 views

bash script select menu

I've many notes gleaned from the web and have written bash scripts to manage them. I've some scripts working that depend on select to make menus. Question: in a nested menu context, is it possible ...