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.

time sleep 5give me an extra.003seconds. Try that command on your machine to see how accurate it will be. – new123456 Jun 25 '11 at 16:52