Linux – crontab – run immediately

command-line-interfacecronlinuxshell

I have a bunch of cron jobs which run every 30mins.

I'm currently doing some testing, and instead of setting the cron jobs to run every minute, is there a command which I can execute that'll run the cronjobs immediately?

Thanks for your help.

Best Answer

No there isn't.

Of course you can implement a different way, not using crond.

You can wrap your jobs into a script, being normally launched by cron, which you can therefore run by hand whenever you need