Search Results

Search: Posts Made By: ScottKe
8,772
Posted By ScottKe
Nice program but the 'choices' are embedded in...
Nice program but the 'choices' are embedded in the script. I want to be able to add files to be executed to the menu simple by placing them in the folder instead of hard coded in the script. I didn't...
6,562
Posted By ScottKe
Yes, I can use 'break' after a certain number of...
Yes, I can use 'break' after a certain number of loops,etc but I wanted to constantly monitor status until the user presses a key to exit to the rest of the script. I can't use read because it waits...
6,562
Posted By ScottKe
Need Clean Exit from KSH Status Loop
I have a ksh loop that monitors front panel key postitions. I need a keystroke or something to break out of the loop without exiting the script.

Code is:

#!/bin/ksh

while true
do
...
8,772
Posted By ScottKe
Dynamic Menu Help
I'm working on a menu to read folders in as menu selections then CD to the selected folder and display the contained files as menu selections for execution.

I'm using the following to read in the...
Showing results 1 to 4 of 4

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