Can anyone tell me if it is possible to execute cron jobs at random intervals (eg. once a week, on a random day, or once a day, at a random hour)? I know that it is possible to do by setting up multiple cron jobs, but is there a way to do it otherwise ... I'm trying to to some random sampling on my log files, without having to do full log file parsing everytime ...
Thanks in advance ...