Somehow, I am finding it difficult to understand tweaking around * parameters with cron.
I wanted a job to run every hour and I used the below setting:
* */1 * * *
But it does not seem to do the job. Could someone please explain the meaning of above and what is needed for the job?