I have tried a couple of suggestions but always failed. I want to get a php file runned almost every minute, for this I am using the command:
* * * * * wget http://link.php
How can I give that command a random delay?
For example,
1st time : working in 65th second
2nd time : working in 67th second
3rd time : working in 72nd second