Comments on: How to Create and Manage Cron Jobs on Linux https://www.tecmint.com/create-and-manage-cron-jobs-on-linux/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Thu, 13 Jul 2023 14:56:23 +0000 hourly 1 By: Chethana https://www.tecmint.com/create-and-manage-cron-jobs-on-linux/comment-page-1/#comment-1593565 Thu, 23 Sep 2021 07:28:29 +0000 https://www.tecmint.com/?p=32718#comment-1593565 In reply to Udaya Saradhi Sangubhatla.

Run perlscript.pl at 23 minutes after midnight, 2am and 4am, everyday” It can be.

23 0,2,4 * * * /path/to/perlscript.pl

so it runs at 12.23, 2.23, 4.23.

]]>
By: Ravi Saive https://www.tecmint.com/create-and-manage-cron-jobs-on-linux/comment-page-1/#comment-1501145 Tue, 25 May 2021 06:35:27 +0000 https://www.tecmint.com/?p=32718#comment-1501145 In reply to abdirahim ali.

@Abdirahim,

The cron runs at 23 minutes after midnight, 2am and 4am, everyday:

]]>
By: abdirahim ali https://www.tecmint.com/create-and-manage-cron-jobs-on-linux/comment-page-1/#comment-1499463 Mon, 24 May 2021 18:20:48 +0000 https://www.tecmint.com/?p=32718#comment-1499463 23 0-23/2 * * * /path/to/perlscript.pl

I understand all other example except this one — could you explain more.

]]>
By: Udaya Saradhi Sangubhatla https://www.tecmint.com/create-and-manage-cron-jobs-on-linux/comment-page-1/#comment-1486429 Thu, 06 May 2021 06:12:20 +0000 https://www.tecmint.com/?p=32718#comment-1486429 For this example “Run perlscript.pl at 23 minutes after midnight, 2am and 4am, everyday” I hope exact answer would be below :

23  0-4/2  * * * /path/to/perlscript.pl
]]>
By: Ravi Saive https://www.tecmint.com/create-and-manage-cron-jobs-on-linux/comment-page-1/#comment-1444120 Thu, 04 Mar 2021 04:39:40 +0000 https://www.tecmint.com/?p=32718#comment-1444120 In reply to Jagrit Nokwal.

@Jagrit,

No, it will not work…

]]>