4
0
I'm looking for some Linux command which may launch another command at a specific time.
I know about the at
command, but it gives me only minutes precision, and I need seconds precision. Is there an option with at command that I'm not aware of? Or is there any other command I should use?
Any orientation will be useful.
2Why? If a scheduler checked every second then it would eat up tons of processor. Why isn't minute precision good enough? – beatgammit – 2011-06-25T05:03:02.000
You'll have to suffer with a little lack of precision - my results to
time sleep 5
give me an extra.003
seconds. Try that command on your machine to see how accurate it will be. – new123456 – 2011-06-25T16:52:41.900@tjameson , because I need to schedule something for 5 seconds or so, and the at command doesn't works for me. I wasn't going for the sleep command, but I guess I'll have to do with it. Thanks – Javier Novoa C. – 2011-06-25T22:21:53.663