<?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: do you know crontab?</title>
	<atom:link href="http://www.depesz.com/index.php/2008/04/16/do-you-know-crontab/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.depesz.com/index.php/2008/04/16/do-you-know-crontab/</link>
	<description></description>
	<lastBuildDate>Thu, 29 Jul 2010 21:40:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: d.ksyte</title>
		<link>http://www.depesz.com/index.php/2008/04/16/do-you-know-crontab/comment-page-1/#comment-26394</link>
		<dc:creator>d.ksyte</dc:creator>
		<pubDate>Sat, 14 Jun 2008 14:14:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=1193#comment-26394</guid>
		<description>I was also caught out and didn&#039;t see it would run on the hour as well as minute 59. I put it into Cron Sandbox at HxPI and got back...

Sat	14 Jun	2008	1407 UTC
Forward Schedule	
Sat	14 Jun	2008	1457
Sat	14 Jun	2008	1500
Sat	14 Jun	2008	1557
Sat	14 Jun	2008	1600
Sat	14 Jun	2008	1657
Sat	14 Jun	2008	1700</description>
		<content:encoded><![CDATA[<p>I was also caught out and didn&#8217;t see it would run on the hour as well as minute 59. I put it into Cron Sandbox at HxPI and got back&#8230;</p>
<p>Sat	14 Jun	2008	1407 UTC<br />
Forward Schedule<br />
Sat	14 Jun	2008	1457<br />
Sat	14 Jun	2008	1500<br />
Sat	14 Jun	2008	1557<br />
Sat	14 Jun	2008	1600<br />
Sat	14 Jun	2008	1657<br />
Sat	14 Jun	2008	1700</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcin Gryszkalis</title>
		<link>http://www.depesz.com/index.php/2008/04/16/do-you-know-crontab/comment-page-1/#comment-25849</link>
		<dc:creator>Marcin Gryszkalis</dc:creator>
		<pubDate>Thu, 17 Apr 2008 01:12:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=1193#comment-25849</guid>
		<description>Sorry, the comment seems to get broken :) Let&#039;s try again:

Every crontab field specifies range, ie.
5 is 5-5 range
5-10 is 5-10 range
* is min-max range (for minutes it’s 0-59)

/n specifies step within range, like in
for (i=begin; i&lt;=end; i+=step)

then */57 means
for (i=0; i&lt;=59; i+=57)</description>
		<content:encoded><![CDATA[<p>Sorry, the comment seems to get broken <img src='http://www.depesz.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Let&#8217;s try again:</p>
<p>Every crontab field specifies range, ie.<br />
5 is 5-5 range<br />
5-10 is 5-10 range<br />
* is min-max range (for minutes it’s 0-59)</p>
<p>/n specifies step within range, like in<br />
for (i=begin; i&lt;=end; i+=step)</p>
<p>then */57 means<br />
for (i=0; i&lt;=59; i+=57)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcin Gryszkalis</title>
		<link>http://www.depesz.com/index.php/2008/04/16/do-you-know-crontab/comment-page-1/#comment-25848</link>
		<dc:creator>Marcin Gryszkalis</dc:creator>
		<pubDate>Thu, 17 Apr 2008 01:09:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=1193#comment-25848</guid>
		<description>Every crontab field specifies range, ie.
5 is 5-5 range
5-10 is 5-10 range
* is min-max range (for minutes it&#039;s 0-59)

/n specifies step within range, like in
for (i=begin; i&lt;=end; i+=step)

then */57 means
for (i=0; idow_star&#039; and &#039;e-&gt;dom_star&#039;.  yes, it&#039;s bizarre.
     * like many bizarre things, it&#039;s the standard.
     */</description>
		<content:encoded><![CDATA[<p>Every crontab field specifies range, ie.<br />
5 is 5-5 range<br />
5-10 is 5-10 range<br />
* is min-max range (for minutes it&#8217;s 0-59)</p>
<p>/n specifies step within range, like in<br />
for (i=begin; i&lt;=end; i+=step)</p>
<p>then */57 means<br />
for (i=0; idow_star&#8217; and &#8216;e-&gt;dom_star&#8217;.  yes, it&#8217;s bizarre.<br />
     * like many bizarre things, it&#8217;s the standard.<br />
     */</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sinx</title>
		<link>http://www.depesz.com/index.php/2008/04/16/do-you-know-crontab/comment-page-1/#comment-25844</link>
		<dc:creator>sinx</dc:creator>
		<pubDate>Wed, 16 Apr 2008 21:51:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=1193#comment-25844</guid>
		<description>Hello,

I using vixie-cron, from Portage (using Gentoo):

[I] sys-process/vixie-cron
     Available versions:  4.1-r9 4.1-r10 {debug pam selinux}
     Installed versions:  4.1-r10(02:19:38 2007-10-14)(pam -debug -selinux)
     Homepage:            ftp://ftp.isc.org/isc/cron/
     Description:         Paul Vixie&#039;s cron daemon, a fully featured crond implementation


*/57 * * * *    root    date &gt;&gt; /root/test_cron.txt

Generated:

Wed Apr 16 21:57:02 CEST 2008
Wed Apr 16 22:00:01 CEST 2008
Wed Apr 16 22:57:01 CEST 2008
Wed Apr 16 23:00:01 CEST 2008

At the begining i thought that it will run this date command only XX:57:00 but now i see it&#039;s also run at each hour.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I using vixie-cron, from Portage (using Gentoo):</p>
<p>[I] sys-process/vixie-cron<br />
     Available versions:  4.1-r9 4.1-r10 {debug pam selinux}<br />
     Installed versions:  4.1-r10(02:19:38 2007-10-14)(pam -debug -selinux)<br />
     Homepage:            <a href="ftp://ftp.isc.org/isc/cron/" rel="nofollow">ftp://ftp.isc.org/isc/cron/</a><br />
     Description:         Paul Vixie&#8217;s cron daemon, a fully featured crond implementation</p>
<p>*/57 * * * *    root    date &gt;&gt; /root/test_cron.txt</p>
<p>Generated:</p>
<p>Wed Apr 16 21:57:02 CEST 2008<br />
Wed Apr 16 22:00:01 CEST 2008<br />
Wed Apr 16 22:57:01 CEST 2008<br />
Wed Apr 16 23:00:01 CEST 2008</p>
<p>At the begining i thought that it will run this date command only XX:57:00 but now i see it&#8217;s also run at each hour.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
