<?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>Paterna.nl &#187; Cron</title>
	<atom:link href="http://paterna.nl/tag/cron/feed/" rel="self" type="application/rss+xml" />
	<link>http://paterna.nl</link>
	<description>Riccardo Paterna personal blog</description>
	<lastBuildDate>Fri, 13 Nov 2009 11:51:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Cron Fast References</title>
		<link>http://paterna.nl/2008/07/18/cron-fast-references/</link>
		<comments>http://paterna.nl/2008/07/18/cron-fast-references/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 15:15:14 +0000</pubDate>
		<dc:creator>Riccardo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Cron]]></category>
		<category><![CDATA[Crontab]]></category>

		<guid isPermaLink="false">http://paterna.nl/?p=50</guid>
		<description><![CDATA[Ogni volta che avevo bisogno di usare Cron mi scordavo la sintassi quindi ho deciso di scrivere questo post in modo tale da averlo sempre a portata di mano. Il comando per scrivere in cron è crontab -e * * * * * comando da eseguire - - - - - &#124; &#124; &#124; &#124; [...]]]></description>
			<content:encoded><![CDATA[<p>Ogni volta che avevo bisogno di usare Cron mi scordavo la sintassi quindi ho deciso di scrivere questo post in modo tale da averlo sempre a portata di mano. Il comando per scrivere in cron è crontab -e</p>
<pre><code><strong>* * * * * comando da eseguire
- - - - -
| | | | |
| | | | ----- giorno della settimana (0 - 6) (domenica=0)
| | | ------- mese (1 - 12)
| | --------- giorno del mese (1 - 31)
| ----------- ora (0 - 23)
------------- minuti (0 - 59)</strong>
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://paterna.nl/2008/07/18/cron-fast-references/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

