<?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: Flexible scheduling</title>
	<atom:link href="http://blog.nielshorn.net/2009/07/flexible-scheduling/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nielshorn.net/2009/07/flexible-scheduling/</link>
	<description>Random thoughts, tips &#38; tricks about Slackware-Linux, Lego and Star Wars</description>
	<lastBuildDate>Tue, 10 Jan 2012 12:10:37 -0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: niels.horn</title>
		<link>http://blog.nielshorn.net/2009/07/flexible-scheduling/comment-page-1/#comment-38</link>
		<dc:creator>niels.horn</dc:creator>
		<pubDate>Mon, 12 Oct 2009 12:21:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.nielshorn.net/blog/?p=48#comment-38</guid>
		<description>Thanks for the &quot;crontips&quot; :)&lt;br /&gt;I didn&#039;t know about the */5 use for the minutes - It makes life simpler indeed.</description>
		<content:encoded><![CDATA[<p>Thanks for the &quot;crontips&quot; <img src='http://blog.nielshorn.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <br />I didn&#39;t know about the */5 use for the minutes &#8211; It makes life simpler indeed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gmbastos</title>
		<link>http://blog.nielshorn.net/2009/07/flexible-scheduling/comment-page-1/#comment-36</link>
		<dc:creator>gmbastos</dc:creator>
		<pubDate>Mon, 12 Oct 2009 07:55:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.nielshorn.net/blog/?p=48#comment-36</guid>
		<description>Greetings, Niels.&lt;br /&gt;&lt;br /&gt;I just think cron isn&#039;t that bad but, sure, a front-end would be highly appreciated by many people.&lt;br /&gt;&lt;br /&gt;I&#039;m dropping in this comment just to tell you that &quot;crontab -e&quot; is a better way to edit your crontab: the command is shorter and it handles crontab restarting for you.&lt;br /&gt;&lt;br /&gt;Another &quot;crontip&quot;: instead of adding 12 entries in order to run the same command each five minutes, you could simply use a &quot;*/5 * * * *&quot; instead.&lt;br /&gt;&lt;br /&gt;As an example, experiment adding the following line to your crontab:&lt;br /&gt;&lt;br /&gt;*/2 * * * * date &quot;cron command run on: +%Y%m%d-%H:%M&quot; &gt;&gt; ~/cronlog.log&lt;br /&gt;&lt;br /&gt;Then you go take a coffe, return and issue a &quot;crontab -e&quot; and comment out that line, otherwise it would fill your hard drive with test-junk. Finally, a &quot;cat ~/cronlog.log&quot; will show the results.&lt;br /&gt;&lt;br /&gt;So your crontab could look like this, instead:&lt;br /&gt;&lt;br /&gt;# Special 5-minute-interval job&lt;br /&gt;*/5 * * * * /usr/local/sbin/sched5 1&gt; /dev/null&lt;br /&gt;&lt;br /&gt;Have fun.  :)</description>
		<content:encoded><![CDATA[<p>Greetings, Niels.</p>
<p>I just think cron isn&#39;t that bad but, sure, a front-end would be highly appreciated by many people.</p>
<p>I&#39;m dropping in this comment just to tell you that &quot;crontab -e&quot; is a better way to edit your crontab: the command is shorter and it handles crontab restarting for you.</p>
<p>Another &quot;crontip&quot;: instead of adding 12 entries in order to run the same command each five minutes, you could simply use a &quot;*/5 * * * *&quot; instead.</p>
<p>As an example, experiment adding the following line to your crontab:</p>
<p>*/2 * * * * date &quot;cron command run on: +%Y%m%d-%H:%M&quot; &gt;&gt; ~/cronlog.log</p>
<p>Then you go take a coffe, return and issue a &quot;crontab -e&quot; and comment out that line, otherwise it would fill your hard drive with test-junk. Finally, a &quot;cat ~/cronlog.log&quot; will show the results.</p>
<p>So your crontab could look like this, instead:</p>
<p># Special 5-minute-interval job<br />*/5 * * * * /usr/local/sbin/sched5 1&gt; /dev/null</p>
<p>Have fun.  <img src='http://blog.nielshorn.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

