I still don't get it. What's the difference between cron and this? while true; do sleep 60 do_something done Or, for the more abusive: while true do sleep 60 ssh some-target.com do_something done Rob