integerMan
Programmer
I have a problem, I've been over this for a while and must not be hitting the right sequence. Here is my situation.
I have a script that displays different statuses of components on our system. I have two different versions, one that upon displaying the status it waits for input to see the print the log file according to user input, if not, exit. Then my other version paints the status, sleeps for a specified amout of time, then repaints.
What I want to do, is create a script that will paint the status and wait an interval, if during that interval input is entered, paint the log file, if not repaint the status, and so on... can anybody help me with this one?
I have a script that displays different statuses of components on our system. I have two different versions, one that upon displaying the status it waits for input to see the print the log file according to user input, if not, exit. Then my other version paints the status, sleeps for a specified amout of time, then repaints.
What I want to do, is create a script that will paint the status and wait an interval, if during that interval input is entered, paint the log file, if not repaint the status, and so on... can anybody help me with this one?