<?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"
	>
<channel>
	<title>Comments on: Cronjob Crontab Howto</title>
	<atom:link href="http://blog.fekw.de/2008/04/05/cronjob-crontab-howto/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.fekw.de/2008/04/05/cronjob-crontab-howto/</link>
	<description>Oracle, ADF, JHeadstart, J2EE &#38; other technical stuff</description>
	<pubDate>Mon, 06 Feb 2012 05:18:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Frank Engel</title>
		<link>http://blog.fekw.de/2008/04/05/cronjob-crontab-howto/#comment-47</link>
		<dc:creator>Frank Engel</dc:creator>
		<pubDate>Tue, 01 Jul 2008 08:28:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fekw.de/2008/04/05/cronjob-crontab-howto/#comment-47</guid>
		<description>Hi Ankur,

I think you'll need two crons for this schedules like:

1) 13:00 - 15:30 every tuesday:
* 13,14 * * 2
0-30 15 * * 2

2) Every minute on 15th july to 15th august:
* * 15-31 7 *
* * 1-15 8 *

Hope this helps.</description>
		<content:encoded><![CDATA[<p>Hi Ankur,</p>
<p>I think you&#8217;ll need two crons for this schedules like:</p>
<p>1) 13:00 - 15:30 every tuesday:<br />
* 13,14 * * 2<br />
0-30 15 * * 2</p>
<p>2) Every minute on 15th july to 15th august:<br />
* * 15-31 7 *<br />
* * 1-15 8 *</p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ankur</title>
		<link>http://blog.fekw.de/2008/04/05/cronjob-crontab-howto/#comment-46</link>
		<dc:creator>Ankur</dc:creator>
		<pubDate>Tue, 01 Jul 2008 07:09:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fekw.de/2008/04/05/cronjob-crontab-howto/#comment-46</guid>
		<description>What will be the crontab expression for following...

1) 13:00 to 15:30 hrs on every Tuesday

2) Every minute on 15th july to 15th august</description>
		<content:encoded><![CDATA[<p>What will be the crontab expression for following&#8230;</p>
<p>1) 13:00 to 15:30 hrs on every Tuesday</p>
<p>2) Every minute on 15th july to 15th august</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D.Ksyte</title>
		<link>http://blog.fekw.de/2008/04/05/cronjob-crontab-howto/#comment-34</link>
		<dc:creator>D.Ksyte</dc:creator>
		<pubDate>Sat, 14 Jun 2008 20:03:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fekw.de/2008/04/05/cronjob-crontab-howto/#comment-34</guid>
		<description>Anyone involved with cron job scheduling might find this resource useful.
Cron Sandbox at HxPI is an interactive webpage where you can play with crontab command strings.
Enter your 'm h D M Dw' parameters and immediately see all the times cron would run your job in the coming days/weeks. 
Newcomers to cron job scheduling get a safe place to learn crontab commands and try examples from tutorials. 
System Administrators get a forward schedule to help manage system loading.
www.hxpi.com/cron_sandbox.php</description>
		<content:encoded><![CDATA[<p>Anyone involved with cron job scheduling might find this resource useful.<br />
Cron Sandbox at HxPI is an interactive webpage where you can play with crontab command strings.<br />
Enter your &#8216;m h D M Dw&#8217; parameters and immediately see all the times cron would run your job in the coming days/weeks.<br />
Newcomers to cron job scheduling get a safe place to learn crontab commands and try examples from tutorials.<br />
System Administrators get a forward schedule to help manage system loading.<br />
<a href="http://www.hxpi.com/cron_sandbox.php" rel="nofollow">http://www.hxpi.com/cron_sandbox.php</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

