<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ststyle.net &#187; cron</title>
	<atom:link href="http://www.ststyle.net/weblog/archives/category/cron/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ststyle.net/weblog</link>
	<description>Just another ststyle techlog</description>
	<lastBuildDate>Mon, 19 Jul 2010 13:53:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>cron</title>
		<link>http://www.ststyle.net/weblog/archives/254</link>
		<comments>http://www.ststyle.net/weblog/archives/254#comments</comments>
		<pubDate>Thu, 15 Oct 2009 06:23:16 +0000</pubDate>
		<dc:creator>ststyle</dc:creator>
				<category><![CDATA[cron]]></category>

		<guid isPermaLink="false">http://www.ststyle.net/weblog/?p=254</guid>
		<description><![CDATA[分 時 日 月 曜日
43 23 * * *                    23:43に実行
12 05 * * *                    05:12に実行
0 17 * * *          [...]]]></description>
			<content:encoded><![CDATA[<h3>分 時 日 月 曜日</h3>
<p>43 23 * * *                    23:43に実行<br />
12 05 * * *                    05:12に実行<br />
0 17 * * *                      17:00に実行<br />
0 17 * * 1                      毎週月曜の 17:00に実行<br />
0,10 17 * * 0,2,3            毎週日,火,水曜の 17:00と 17:10に実行<br />
0-10 17 1 * *                  毎月 1日の 17:00から17:10まで 1分毎に実行<br />
0 0 1,15 * 1                   毎月 1日と 15日と 月曜日の 0:00に実行<br />
42 4 1 * *                      毎月 1日の 4:42分に実行<br />
0 21 * * 1-6　　               月曜日から土曜まで 21:00に実行<br />
0,10,20,30,40,50 * * * *  10分おきに実行<br />
*/10 * * * *                     10分おきに実行<br />
* 1 * * *                         1:00から 1:59まで 1分おきに実行<br />
0 1 * * *                         1:00に実行<br />
0 */1 * * *                       毎時 0分に 1時間おきに実行<br />
0 * * * *                          毎時 0分に 1時間おきに実行<br />
2 8-20/3 * * *                  8:02,11:02,14:02,17:02,20:02に実行<br />
30 5 1,15 * *                  1日と 15日の 5:30に実行</p>
<h3>レポート出力の設定</h3>
<p>MAILTO=&#8221;"</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ststyle.net/weblog/archives/254/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
