[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Looking for a command...



KDE users have a nice GUI dialog with a timeout feature.

kdialog --help

There is also whiptail which looks like a curses-based implementation of kdialog.

The proper way to do what you want from the shell directly is via signals
and use of the 'trap' command and 'wait' commands with forking your alarm.

In Perl, this is trivial to hook into SIGALRM.

Mike/

-
To unsubscribe, send email to majordomo@silug.org with
"unsubscribe silug-discuss" in the body.