>>>>> "kl" == kevin lyda <kevin at suberic.net> writes:
kl> fine so far. now, for any given test foo shouldn't take more
kl> then around 10 minutes. how can i kill foo if it takes longer
kl> then 20 seconds via a shell script. note, this is a bourne
kl> shell script and can't take advantage of gnu extensions to
kl> utils or in bash.
If you have job control, you could write a script that backgrounds it,
sleeps for 20 seconds and then does kill %+, which should kill the
last-spawned job. Plain Bourne shell doesn't have job control
however.
--
"Pity has no place at my table."
-- Dr Hannibal Lecter
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!