Hey, so I've searched these forums, and google, but all I find is how to run a script every 5 seconds, or something like that. But that is not what I'm looking to do. Say I want to launch a command at 2009-11-30 at 21:04:22 (yes, with seconds). How would I go about to launch this, as
cron doesn't take seconds. I've read about making scripts that loops every 1 second or so, but I'm not sure ...