Archive for April 1st, 2008

Sleeping deterministically in a shell script

Tuesday, April 1st, 2008

Occasionally on a Unix machine you might want a task to happen at the same time every iteration, but not have to specify the exact time. An example of this could be when getting multiple machines to mirror something from a master — you would like this to happen say every half an hour, […]