I am looking for clarification with the cron tab that I am working with.
some job 1 * * * *
some job 1 */1 * * *
Are those jobs the same? The job will run the first minute every hour.
Prehaps some one could clarify the difference between * and */x in crontab.