<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Create and Manage Cron Jobs on Linux	</title>
	<atom:link href="https://www.tecmint.com/create-and-manage-cron-jobs-on-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/create-and-manage-cron-jobs-on-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 13 Jul 2023 14:56:23 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Chethana		</title>
		<link>https://www.tecmint.com/create-and-manage-cron-jobs-on-linux/comment-page-1/#comment-1593565</link>

		<dc:creator><![CDATA[Chethana]]></dc:creator>
		<pubDate>Thu, 23 Sep 2021 07:28:29 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=32718#comment-1593565</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/create-and-manage-cron-jobs-on-linux/comment-page-1/#comment-1486429&quot;&gt;Udaya Saradhi Sangubhatla&lt;/a&gt;.

Run &lt;strong&gt;perlscript.pl&lt;/strong&gt; at 23 minutes after midnight, 2am and 4am, everyday” It can be.
&lt;pre&gt;
23 0,2,4 * * * /path/to/perlscript.pl
&lt;/pre&gt;
so it runs at 12.23, 2.23, 4.23.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/create-and-manage-cron-jobs-on-linux/comment-page-1/#comment-1486429">Udaya Saradhi Sangubhatla</a>.</p>
<p>Run <strong>perlscript.pl</strong> at 23 minutes after midnight, 2am and 4am, everyday” It can be.</p>
<pre>
23 0,2,4 * * * /path/to/perlscript.pl
</pre>
<p>so it runs at 12.23, 2.23, 4.23.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/create-and-manage-cron-jobs-on-linux/comment-page-1/#comment-1501145</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Tue, 25 May 2021 06:35:27 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=32718#comment-1501145</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/create-and-manage-cron-jobs-on-linux/comment-page-1/#comment-1499463&quot;&gt;abdirahim ali&lt;/a&gt;.

@Abdirahim,

The cron runs at 23 minutes after midnight, 2am and 4am, everyday:]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/create-and-manage-cron-jobs-on-linux/comment-page-1/#comment-1499463">abdirahim ali</a>.</p>
<p>@Abdirahim,</p>
<p>The cron runs at 23 minutes after midnight, 2am and 4am, everyday:</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: abdirahim ali		</title>
		<link>https://www.tecmint.com/create-and-manage-cron-jobs-on-linux/comment-page-1/#comment-1499463</link>

		<dc:creator><![CDATA[abdirahim ali]]></dc:creator>
		<pubDate>Mon, 24 May 2021 18:20:48 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=32718#comment-1499463</guid>

					<description><![CDATA[&lt;pre&gt;
23 0-23/2 * * * /path/to/perlscript.pl
&lt;/pre&gt;
I understand all other example except this one -- could you explain more.]]></description>
			<content:encoded><![CDATA[<pre>
23 0-23/2 * * * /path/to/perlscript.pl
</pre>
<p>I understand all other example except this one &#8212; could you explain more.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Udaya Saradhi Sangubhatla		</title>
		<link>https://www.tecmint.com/create-and-manage-cron-jobs-on-linux/comment-page-1/#comment-1486429</link>

		<dc:creator><![CDATA[Udaya Saradhi Sangubhatla]]></dc:creator>
		<pubDate>Thu, 06 May 2021 06:12:20 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=32718#comment-1486429</guid>

					<description><![CDATA[For this example &quot;Run perlscript.pl at 23 minutes after midnight, 2am and 4am, everyday&quot;  I hope exact answer would be below : 
&lt;pre&gt;
23  0-4/2  * * * /path/to/perlscript.pl
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>For this example &#8220;Run perlscript.pl at 23 minutes after midnight, 2am and 4am, everyday&#8221;  I hope exact answer would be below : </p>
<pre>
23  0-4/2  * * * /path/to/perlscript.pl
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/create-and-manage-cron-jobs-on-linux/comment-page-1/#comment-1444120</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Thu, 04 Mar 2021 04:39:40 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=32718#comment-1444120</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/create-and-manage-cron-jobs-on-linux/comment-page-1/#comment-1443585&quot;&gt;Jagrit Nokwal&lt;/a&gt;.

@Jagrit,

No, it will not work...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/create-and-manage-cron-jobs-on-linux/comment-page-1/#comment-1443585">Jagrit Nokwal</a>.</p>
<p>@Jagrit,</p>
<p>No, it will not work&#8230;</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
