From: nkb Date: 2004-10-11T17:01:53+09:00 Subject: Task scheduling using Ruby? Hi. I would like to schedule a task (e.g check if a file exists or if the date of the files in a diretory are newer than yesterday, etc.) on Linux using Ruby. Can this be done, if so how? I supposed I would run the script as root background? Thanks for any pointer!!